X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjni%2Flibusb%2FREADME.git;fp=app%2Fsrc%2Fmain%2Fjni%2Flibusb%2FREADME.git;h=0000000000000000000000000000000000000000;hb=4d7fc85844bbd24cc1b15f60fed3b8aaa507962f;hp=eab938cb2d92284f9ffe88ac2c443dc5ed3502ad;hpb=d0d496554f96cebf84db3e9b3cf507577272ef8c;p=rtmpclient.git diff --git a/app/src/main/jni/libusb/README.git b/app/src/main/jni/libusb/README.git deleted file mode 100644 index eab938c..0000000 --- a/app/src/main/jni/libusb/README.git +++ /dev/null @@ -1,41 +0,0 @@ -Notes related to git compilation: --------------------------------- - -If you retrieved the libusb repository from git and are using a gcc based -toolchain, be mindful that you should have the autotools installed (autoconf, -automake) and will need to run either ./autogen.sh or ./bootstrap.sh to produce -the configure file. - -The difference between autogen.sh and bootstrap.sh is that the former invokes -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/libusb.xcodeproj. - -Notes related to submitting new developments: --------------------------------------------- - -If you submit a new development to libusb (eg: new backend), that is unlikely -to fit in a couple of small patches, we would kindly suggest that you create a -public account on github, if you don't have one already, and then fork a new -libusb repository under this account from https://github.com/libusb/libusb. - -Then you can create a git branch for your work, that we will be able to better -reference and test. - -We also suggest that, if you are planning to bring in a large development, you -try to involve the libusb community early by letting the mailing list know, as -you may find that other people might be eager to help you out. -See http://mailing-list.libusb.info for details on how to join the mailing list. \ No newline at end of file