1
0

change repository to git

This commit is contained in:
Michael Gernoth 2007-05-17 18:12:14 +02:00
parent 19020bc569
commit badd6a82bf
2 changed files with 4 additions and 4 deletions

2
README
View File

@ -35,7 +35,7 @@ $ setenv LD_PRELOAD /path/to/libusb-driver.so (for csh shells)
$ impact
The source for this library can be found at:
http://cvs.zerfleddert.de/cgi-bin/viewcvs.cgi/usb-driver/
http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver
The main website is located at:
http://www.rmdir.de/~michael/xilinx/

View File

@ -65,9 +65,9 @@
</ul>
<H2>Download</H2>
<ul>
<li>Download <a href="http://cvs.zerfleddert.de/cgi-bin/viewvc.cgi/usb-driver.tar.gz">usb-driver.tar.gz</a> (to build it, you need to have the libusb development package installed. It is called libusb-dev on Debian.)</li>
<li>Read the <a href="http://cvs.zerfleddert.de/cgi-bin/viewvc.cgi/*checkout*/usb-driver/README">README</a></li>
<li>Browse the <a href="http://cvs.zerfleddert.de/cgi-bin/viewvc.cgi/usb-driver/">CVS repository</a></li>
<li>Download <a href="http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver?a=snapshot;h=HEAD">usb-driver-HEAD.tar.gz</a> (to build it, you need to have the libusb development package installed. It is called libusb-dev on Debian.)</li>
<li>Read the <a href="http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver?a=blob_plain;f=README;hb=HEAD">README</a></li>
<li>Browse the <a href="http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver?a=tree">GIT repository</a></li>
<li>Precompiled <a href="libusb-driver.so">libusb-driver.so</a> for Debian Etch, but better build your own</li>
</ul>
<H2>Links</H2>