Changes between Version 49 and Version 50 of WikiStart
- Timestamp:
- 06/04/12 12:55:26 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v49 v50 4 4 == Welcome == 5 5 6 libusb is a C library whichgives applications easy access to USB devices on many different operating systems. libusb is an open source project, the code is licensed under the [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html GNU Lesser General Public License version 2.1] or later.6 libusb is a C library that gives applications easy access to USB devices on many different operating systems. libusb is an open source project, the code is licensed under the [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html GNU Lesser General Public License version 2.1] or later. 7 7 8 8 == Getting started == 9 There are two versions of the API, the current API [wiki:libusb-1.0]and its legacy predecessor [wiki:APIs#libusb-0.1legacyAPI libusb-0.1].[[BR]]10 For all future development please pick [wiki:libusb-1.0], for a detailed comparison of API versionssee the [wiki:APIs APIs page].9 There are two versions of the libusb API: the current [wiki:libusb-1.0] API, and its legacy predecessor [wiki:APIs#libusb-0.1legacyAPI libusb-0.1].[[BR]] 10 Please use [wiki:libusb-1.0] for all new development. For a detailed comparison of API versions, see the [wiki:APIs APIs page]. 11 11 12 12 || ||= Download sources =||= Browse sources =||= Documentation =|| 13 ||='''1.0''' =|| '''[http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2/download libusb-1.0.9.tar.bz2]''' || '''[gitweb-1.0: 1.0.x Gitweb]''' || '''[api-1.0: 1.0.xAPI documention]''' ||14 ||=0.1 (legacy) =|| [http://sourceforge.net/projects/libusb/files/libusb-compat-0.1/libusb-compat-0.1.4/libusb-compat-0.1.4.tar.bz2/download libusb-compat-0.1.4.tar.bz2] || [gitweb-compat-0.1: 0.1.x Gitweb] || [doc-0.1: 0.1.xAPI documention] ||13 ||='''1.0''' =|| '''[http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2/download libusb-1.0.9.tar.bz2]''' || '''[gitweb-1.0: libusb-1.0 Gitweb]''' || '''[api-1.0: 1.0 API documention]''' || 14 ||=0.1 (legacy) =|| [http://sourceforge.net/projects/libusb/files/libusb-compat-0.1/libusb-compat-0.1.4/libusb-compat-0.1.4.tar.bz2/download libusb-compat-0.1.4.tar.bz2] || [gitweb-compat-0.1: libusb-compat-0.1 Gitweb] || [doc-0.1: 0.1 API documention] || 15 15 16 16