Skip to content

Commit

Permalink
Merge pull request #4 from Obijuan/master
Browse files Browse the repository at this point in the history
crossbuild script: added dependencies: autoconf, libtools to apt-get …
  • Loading branch information
Obijuan committed Feb 20, 2016
2 parents f916e1d + 2d27d00 commit 90b7625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WORK=$PWD
mkdir -p dist; cd dist

# Install dependencies
sudo apt-get install mingw-w64
sudo apt-get install mingw-w64 libtool autoconf

# download libusb
git -C libusb pull || git clone https://github.com/libusb/libusb.git
Expand Down

0 comments on commit 90b7625

Please sign in to comment.