Skip to content

Commit b64f83d

Browse files
committed
update supported platforms, Windows download link and other stuff
1 parent 23fb853 commit b64f83d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<li><a href="https://sourceforge.net/projects/libusb/files/">Downloads</a>
2020
<ul>
2121
<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>
2424
</ul>
2525
</li>
2626
<li><a href="http://libusb.sourceforge.net/api-1.0/">Documentation</a>
@@ -52,20 +52,21 @@
5252
<div class="main">
5353
<h2>Overview</h2>
5454
<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&nbsp;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&nbsp;X, Windows, Android, OpenBSD, etc.</p>
5656
<p>It is <b>user-mode</b>: No special privilege or elevation is required for the application to communicate with a device.</p>
5757
<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>
6060
<h2>Sounds good! How do I get started?</h2>
6161
<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>
6262
<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>
6363
<p>If you prefer, you can also access the source directly from <a href="https://github.com/libusb/libusb">github</a>.</p>
6464
<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>.
6565
<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>
6768
<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>
6970
</div>
7071
<div class="footer">
7172
Copyright © 2012-2014 libusb<br/>

0 commit comments

Comments
 (0)