X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=README;h=2d1d66e2e36f881f7bceef65fa69fdfa306e0880;hb=d12e1bae9f7eefbbd1602c38e39a902c4be01fe4;hp=72f2614897826f78ce3d392b700214c064145675;hpb=b928593d92fcd28636296cc4d1a419126111ceec;p=sigrok-firmware.git diff --git a/README b/README index 72f2614..2d1d66e 100644 --- a/README +++ b/README @@ -2,35 +2,77 @@ README ------------------------------------------------------------------------------- -This is a collection of firmware files required for some of the devices -sigrok supports (logic analyzers, oscilloscopes, or others). +The sigrok project aims at creating a portable, cross-platform, +Free/Libre/Open-Source signal analysis software suite that supports various +device types (such as logic analyzers, oscilloscopes, multimeters, and more). + +sigrok-firmware is a collection of firmware files required for some of the +devices libsigrok supports (logic analyzers, oscilloscopes, or others). We only carry firmware files for which we have an explicit permission/license that allows at _least_ redistribution of the firmware. -Installation ------------- +Status +------ + +sigrok-firmware is in a usable state and has had official tarball releases. + + +Building and installing +----------------------- + +In order to get the sigrok-firmware source code and build it, run: -You can install the firmware files like this: + $ git clone git://sigrok.org/sigrok-firmware + $ cd sigrok-firmware + $ ./autogen.sh + $ ./configure + $ make + +For installing sigrok-firmware: $ make install -This will install them into /usr/local/share/sigrok-firmware per default. +This will install the files into /usr/local/share/sigrok-firmware per default. You can override the install directory like this: - $ make DESTDIR=/tmp/foo install + $ ./configure --prefix=/usr + +See INSTALL or the following wiki page for more (OS-specific) instructions: + + http://sigrok.org/wiki/Building + +Copyright and license +--------------------- -Licenses --------- +The 'sigrok-firmware' project/repo/tarball has no license per se, since +it's just a collection of firmware files from various sources. + +Copyright and license info for these firmware files is available here: * asix-sigma/*.fw: See asix-sigma/LICENSE.Sigma. +Mailing lists +------------- + +There are two mailing lists for sigrok/sigrok-firmware: + + 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 + http://sigrok.org/wiki/Firmware