|
19 | 19 | <li><a href="https://sourceforge.net/projects/libusb/files/">Downloads</a> |
20 | 20 | <ul> |
21 | 21 | <li><a href="https://sourceforge.net/projects/libusb/files/latest/download?source=files">Latest Source (tarball)</a></li> |
22 | | - <li><a href="https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.18/">Latest Windows Binaries</a></li> |
23 | | - <li><a href="https://sourceforge.net/projects/libusb/files/">Other Releases</a></li> |
| 22 | + <li><a href="ftp://ftp.heanet.ie/pub/download.sourceforge.net/pub/sourceforge/l/li/libusb/libusb-1.0/libusb-1.0.19/libusb-1.0.19-rc1-win.7z">Latest Windows Binaries</a></li> |
| 23 | + <li><a href="http://sourceforge.net/projects/libusb/files/libusb-1.0/">Other Releases</a></li> |
24 | 24 | </ul> |
25 | 25 | </li> |
26 | 26 | <li><a href="http://libusb.sourceforge.net/api-1.0/">Documentation</a> |
|
52 | 52 | <div class="main"> |
53 | 53 | <h2>Overview</h2> |
54 | 54 | <p><b>libusb</b> is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware.</p> |
55 | | - <p>It is <b>portable</b>: Using a single cross-platform API, it provides access to USB devices on Linux, OS X, Windows and OpenBSD.</p> |
| 55 | + <p>It is <b>portable</b>: Using a single cross-platform API, it provides access to USB devices on Linux, OS X, Windows, Android, OpenBSD, etc.</p> |
56 | 56 | <p>It is <b>user-mode</b>: No special privilege or elevation is required for the application to communicate with a device.</p> |
57 | 57 | <p>It is <b>version-agnostic</b>: All versions of the USB protocol, from 1.0 to 3.0 (latest), are supported.</p> |
58 | | - <h2>What platforms are currently supported?</h2> |
59 | | - <p>Linux, OS X, Windows, Windows CE, Android, OpenBSD/NetBSD.</p> |
| 58 | + <h2>What platforms are supported?</h2> |
| 59 | + <p>Linux, OS X, Windows, Windows CE, Android, OpenBSD/NetBSD, Haiku.</p> |
60 | 60 | <h2>Sounds good! How do I get started?</h2> |
61 | 61 | <p>If you are using Linux, chances are your distribution already includes libusb, so you probably just need to reference the libusb header in your source.</p> |
62 | 62 | <p>For other platforms, or if you want to use the very latest, you are encouraged to recompile from source. Please check the Downloads menu.</p> |
63 | 63 | <p>If you prefer, you can also access the source directly from <a href="https://github.com/libusb/libusb">github</a>.</p> |
64 | 64 | <p>Once you have secured your access to the library and its header, please check the <a href="http://libusb.sourceforge.net/api-1.0/">libusb API</a> or the <a href="https://github.com/libusb/libusb/tree/master/examples">libusb samples</a>. |
65 | 65 | <h2>What happened to the old site?</h2> |
66 | | - <p>The old site is now obsolete. Please use <b><a href="http://libusb.info">libusb.info</a></b>. All of the libusb development has moved here.</p> |
| 66 | + <p>The old site is now obsolete, please use <b><a href="http://libusb.info">libusb.info</a></b>.<br/> |
| 67 | + All of the current libusb development team has moved to <b><a href="http://libusb.info">libusb.info</a></b>.</p> |
67 | 68 | <br/> |
68 | | - <p><b>For any additional information, please consult the <a href="https://github.com/libusb/libusb/wiki/FAQ">FAQ</a> or the <a href="https://github.com/libusb/libusb/wiki">Wiki</a>.</b></p> |
| 69 | + <p><b>For additional information, please consult the <a href="https://github.com/libusb/libusb/wiki/FAQ">FAQ</a> or the <a href="https://github.com/libusb/libusb/wiki">Wiki</a>.</b></p> |
69 | 70 | </div> |
70 | 71 | <div class="footer"> |
71 | 72 | Copyright © 2012-2014 libusb<br/> |
|
0 commit comments