aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2012-10-12 15:04:03 -0400
committerLudovic Rousseau <ludovic.rousseau+github@gmail.com>2013-08-02 11:40:33 +0200
commita3b92f8fe1953015322ed400570701943a59f3af (patch)
tree098f0855fcf095a00e101debc1b8107f5114f332
parent7dad81fe6167c7dc903f88f3d1878a2f65b91710 (diff)
downloadandroid_external_libusbx-a3b92f8fe1953015322ed400570701943a59f3af.tar.gz
android_external_libusbx-a3b92f8fe1953015322ed400570701943a59f3af.tar.bz2
android_external_libusbx-a3b92f8fe1953015322ed400570701943a59f3af.zip
README: Add OS X specific notes
Xcode 4.3 do not provide autotools anymore. libusbx now provides a Xcode project to ease build Mac OS X.
-rw-r--r--README.git12
-rw-r--r--libusb/version_nano.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/README.git b/README.git
index 6d7db42..6f3cef1 100644
--- a/README.git
+++ b/README.git
@@ -11,6 +11,18 @@ configure with a default set of options, and will therefore generate a Makefile,
whereas the latter does not invoke configure at all. If using autogen.sh, note
that you can also append options, that will be passed as is to configure.
+OS X-specific notes:
+-------------------
+
+Starting with Xcode 4.3, neither Xcode.app nor the Xcode 'command line tools'
+includes autotools and so running either autogen.sh or bootstrap.sh will result
+in the message:
+
+libtoolize or glibtoolize was not found! Please install libtool.
+
+To proceed, you must find and install it from somewhere.
+
+Alternatively, you can use the Xcode project at Xcode/libusbx.xcodeproj.
Notes related to submitting new developments:
--------------------------------------------
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 8e5c2d3..81595be 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10799
+#define LIBUSB_NANO 10801