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,
Free/Libre/Open-Source logic analyzer software that supports various
logic analyzer hardware products.
Free/Libre/Open-Source signal analysis software suite that supports various
device types.
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
into various input/output file formats.
for talking to hardware and reading/writing the acquired data into various
input/output file formats.
Requirements
@ -22,10 +22,10 @@ Requirements
- libtool
- pkg-config >= 0.22
- libglib >= 2.28.0
- libusb >= 1.0.5 (for most logic analyzer hardware)
- libusb >= 1.0.5 (for most hardware)
- libzip >= 0.8
- libftdi >= 0.16 (for some logic analyzer hardware)
- libudev >= 151 (for some logic analyzer hardware)
- libftdi >= 0.16 (for some hardware)
- libudev >= 151 (for some hardware)
Building and installing
@ -33,8 +33,8 @@ Building and installing
In order to get the libsigrok source code and build it, run:
$ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok
$ cd sigrok/libsigrok
$ git clone git://sigrok.org/libsigrok
$ cd libsigrok
$ ./autogen.sh
$ ./configure
$ make