X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=README;h=535538289008f48b503606783d7ee90715fad894;hp=2638d04875f565c2b78a56affbe82e3d2cba5370;hb=7d8068f88f58f3998a9c74956e385a1e906001e8;hpb=8c7940f1938c5fec1841eaf84f8c1cf2b00b90b4 diff --git a/README b/README index 2638d04..5355382 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 (such as logic analyzers, oscilloscopes, multimeters, and more). sigrok-cli is a command-line tool written in C, which uses both libsigrok and libsigrokdecode to provide the basic sigrok functionality from the @@ -14,7 +14,7 @@ command-line. Among other things, it's useful for scripting purposes. Status ------ -The sigrok-cli project, while still in development, is pretty stable/usable. +sigrok-cli is in a usable state and has had official tarball releases. Requirements @@ -27,9 +27,9 @@ Requirements - automake >= 1.11 - libtool - pkg-config >= 0.22 - - libglib >= 2.22.0 - - libsigrok >= 0.1.0 - - libsigrokdecode >= 0.1.0 + - libglib >= 2.28.0 + - libsigrok >= 0.2.0 + - libsigrokdecode >= 0.2.0 Building and installing @@ -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 @@ -47,12 +47,22 @@ For installing sigrok-cli: $ make install -Please see the following wiki pages for more detailed instructions: +See INSTALL or the following wiki page for more (OS-specific) instructions: - http://sigrok.org/wiki/Linux - http://sigrok.org/wiki/Mac_OS_X - http://sigrok.org/wiki/Windows - http://sigrok.org/wiki/FreeBSD + http://sigrok.org/wiki/Building + + +Copyright and license +--------------------- + +sigrok-cli is licensed under the terms of the GNU General Public License +(GPL), version 3 or later. + +While some individual source code files are licensed under the GPLv2+, and +some files are licensed under the GPLv3+, this doesn't change the fact that +the program as a whole is licensed under the terms of the GPLv3+. + +Please see the individual source files for the full list of copyright holders. Mailing lists @@ -73,5 +83,5 @@ You can find the sigrok developers in the #sigrok IRC channel on Freenode. Website ------- -http://sigrok.org + http://sigrok.org/wiki/Sigrok-cli