From: Uwe Hermann Date: Fri, 30 Dec 2011 21:38:25 +0000 (+0100) Subject: Split README, add appropriate ones per-project. X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=982c51609ed1169a0f847880a6ca77f4c3b68e70;p=sigrok-gtk.git Split README, add appropriate ones per-project. --- diff --git a/README b/README new file mode 100644 index 0000000..f31617c --- /dev/null +++ b/README @@ -0,0 +1,72 @@ +------------------------------------------------------------------------------- +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-gtk is a GTK+-based GUI for sigrok. + + +Status +------ + +The sigrok-gtk project is currently work in progress. Some basic functionality +is there, but it should still be considered alpha/beta stage software. + + +Requirements +------------ + + - git + - gcc, make, ... + - autoconf, automake, libtool, pkg-config + - libglib >= 2.22.0 + - GTK+ >= 2.22.0 + - libsigrok + + +Building and installing +----------------------- + +In order to get the sigrok-gtk source code and build it, run: + + $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok + $ cd sigrok/sigrok-gtk + $ ./autogen.sh + $ ./configure + $ make + +For installing sigrok-gtk: + + $ 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-gtk: + + 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 +