From: Uwe Hermann Date: Fri, 30 Dec 2011 21:38:25 +0000 (+0100) Subject: Split README, add appropriate ones per-project. X-Git-Tag: sigrok-cli-0.3.0~84 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=34c6b368f40e5c570e2272fab9afa2bfde3ba207;hp=43e5747a59ed92243c217f7e36da2ac35bbcd80d Split README, add appropriate ones per-project. --- diff --git a/README b/README new file mode 100644 index 0000000..87d0311 --- /dev/null +++ b/README @@ -0,0 +1,73 @@ +------------------------------------------------------------------------------- +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. + +sigrok-cli is a command-line tool written in C, which uses both libsigrok +and libsigrokdecode to provide the basic sigrok functionality from the +command-line. Among other things, it's useful for scripting purposes. + + +Status +------ + +The sigrok-cli project, while still in development, is pretty stable/usable. + + +Requirements +------------ + + - git + - gcc, g++, make, ... + - autoconf, automake, libtool, pkg-config + - libglib >= 2.22.0 + - libsigrok + - libsigrokdecode + + +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 + $ ./autogen.sh + $ ./configure + $ make + +For installing sigrok-cli: + + $ make install + +Please see the following wiki pages for more detailed instructions: + + http://sigrok.org/wiki/Linux + http://sigrok.org/wiki/Mac_OS_X + http://sigrok.org/wiki/Windows + http://sigrok.org/wiki/FreeBSD + + +Mailing lists +------------- + +There are two mailing lists for sigrok/sigrok-cli: + + https://lists.sourceforge.net/lists/listinfo/sigrok-devel + https://lists.sourceforge.net/lists/listinfo/sigrok-commits + + +IRC +--- + +You can find the sigrok developers in the #sigrok IRC channel on Freenode. + + +Website +------- + +http://sigrok.org +