]> sigrok.org Git - libsigrok.git/commitdiff
updated URLs and description
authorBert Vermeulen <redacted>
Mon, 8 Oct 2012 16:52:36 +0000 (18:52 +0200)
committerBert Vermeulen <redacted>
Mon, 8 Oct 2012 16:52:36 +0000 (18:52 +0200)
README

diff --git a/README b/README
index e25f227290885a27fc72386f9a3490909ce377c4..eb8fb11689e6f6e0e85bf01a63586bd47da7a77e 100644 (file)
--- a/README
+++ b/README
@@ -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