Skip to content

Commit

Permalink
Update nestk.
Browse files Browse the repository at this point in the history
  • Loading branch information
nburrus committed Mar 22, 2011
1 parent 2c8e874 commit 3155d56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions macosx_configure.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
#!/bin/sh
##

if ! test -f /usr/local/include/libusb-1.0/libusb.h; then
echo "Libusb package does not seem to be installed."
read -p "Install it? y/n " INSTALL_LIBUSB
if test $INSTALL_LIBUSB = "y"; then
echo "Installing it..."
echo sudo installer -pkg nestk/deps/macosx/libusb_1.0.pkg -target /
sudo installer -pkg nestk/deps/macosx/libusb_1.0.pkg -target /
fi
fi

mkdir -p build || exit 1
cd build || exit 1

Expand Down
2 changes: 1 addition & 1 deletion nestk
Submodule nestk updated 120 files

0 comments on commit 3155d56

Please sign in to comment.