commit | 83ef455532ed03ec8d7b53d3c781eebfed9f0d13 | [log] [tgz] |
---|---|---|
author | Ludovic Rousseau <ludovic.rousseau@free.fr> | Wed Jan 04 17:51:04 2017 +0100 |
committer | Ludovic Rousseau <ludovic.rousseau@free.fr> | Wed Jan 04 17:51:04 2017 +0100 |
tree | c59d75417f03a98d3b8dc047234d031e945dc3c7 | |
parent | f3a9060d19cac341581f4a4e1877054dbb606a00 [diff] |
travis: make clean before building Call "make clean" to be sure the compilation will be done even if some files were already compiled. The problem was that the travis script does a double ./configure + build on Linux. The second build just did nothing since the files were already compiled.
libusb is a library for USB device access from Linux, Mac OS X, Windows, OpenBSD/NetBSD and Haiku userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).
libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.
libusb homepage: http://libusb.info/
Developers will wish to consult the API documentation: http://api.libusb.info
Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info
(Please use the mailing list rather than mailing developers directly)