X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=README;h=612211d1f55f6327b2ad18125227a4965e8583b8;hp=2638d04875f565c2b78a56affbe82e3d2cba5370;hb=497f5362fe63dc5674ab7146384c9efab35d9e5e;hpb=8c7940f1938c5fec1841eaf84f8c1cf2b00b90b4 diff --git a/README b/README index 2638d04..612211d 100644 --- a/README +++ b/README @@ -3,8 +3,8 @@ 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. sigrok-cli is a command-line tool written in C, which uses both libsigrok and libsigrokdecode to provide the basic sigrok functionality from the @@ -27,8 +27,8 @@ Requirements - automake >= 1.11 - libtool - pkg-config >= 0.22 - - libglib >= 2.22.0 - - libsigrok >= 0.1.0 + - libglib >= 2.28.0 + - libsigrok >= 0.2.0 - libsigrokdecode >= 0.1.0 @@ -37,8 +37,8 @@ Building and installing In order to get the sigrok-cli source code and build it, run: - $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok - $ cd sigrok/sigrok-cli + $ git clone git://sigrok.org/sigrok-cli + $ cd sigrok-cli $ ./autogen.sh $ ./configure $ make