updated URLs and description

This commit is contained in:
Bert Vermeulen 2012-10-08 18:52:36 +02:00
parent c750b9b194
commit a5b2293fa8
1 changed files with 9 additions and 9 deletions

18
README
View File

@ -3,12 +3,12 @@ README
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
The sigrok project aims at creating a portable, cross-platform, The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source logic analyzer software that supports various Free/Libre/Open-Source signal analysis software suite that supports various
logic analyzer hardware products. device types.
libsigrok is a shared library written in C which provides the basic API libsigrok is a shared library written in C which provides the basic API
for talking to logic analyzer hardware and reading/writing the acquired data for talking to hardware and reading/writing the acquired data into various
into various input/output file formats. input/output file formats.
Requirements Requirements
@ -22,10 +22,10 @@ Requirements
- libtool - libtool
- pkg-config >= 0.22 - pkg-config >= 0.22
- libglib >= 2.28.0 - libglib >= 2.28.0
- libusb >= 1.0.5 (for most logic analyzer hardware) - libusb >= 1.0.5 (for most hardware)
- libzip >= 0.8 - libzip >= 0.8
- libftdi >= 0.16 (for some logic analyzer hardware) - libftdi >= 0.16 (for some hardware)
- libudev >= 151 (for some logic analyzer hardware) - libudev >= 151 (for some hardware)
Building and installing Building and installing
@ -33,8 +33,8 @@ Building and installing
In order to get the libsigrok source code and build it, run: In order to get the libsigrok source code and build it, run:
$ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok $ git clone git://sigrok.org/libsigrok
$ cd sigrok/libsigrok $ cd libsigrok
$ ./autogen.sh $ ./autogen.sh
$ ./configure $ ./configure
$ make $ make