README: Add OS X specific notes
authorSean McBride <sean@rogue-research.com>
Fri, 12 Oct 2012 19:04:03 +0000 (15:04 -0400)
committerLudovic Rousseau <ludovic.rousseau+github@gmail.com>
Fri, 2 Aug 2013 09:40:33 +0000 (11:40 +0200)
Xcode 4.3 do not provide autotools anymore.
libusbx now provides a Xcode project to ease build Mac OS X.

README.git
libusb/version_nano.h

index 6d7db42..6f3cef1 100644 (file)
@@ -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:
 --------------------------------------------
index 8e5c2d3..81595be 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10799
+#define LIBUSB_NANO 10801