X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=README;h=a724b02d7c6cc2db361890e749a294406daff59f;hb=38abb1cbfea603add533f1a533e8166dfec3c370;hp=e9b8c8dece8024c268de7d869ac2e5c124e60beb;hpb=8b13135e5fd175911ad9d8283b17fc97fe0c7709;p=sigrok-firmware-fx2lafw.git diff --git a/README b/README index e9b8c8de..a724b02d 100644 --- a/README +++ b/README @@ -5,17 +5,20 @@ fx2lafw fx2lafw is a free/libre/open-source firmware for logic analyzers based on the Cypress EZ-USB FX2(LP) chip. -It is licensed under the terms of the GNU GPL (version 2 or later). +It is licensed under the terms of the GNU GPL (version 2 or later), and uses +additional helper code licensed under the GNU LGPL (version 2.1 or later). Requirements ------------ -In order to build fx2lafw you need the 'sdcc' compiler. + - In order to build fx2lafw you need the 'sdcc' compiler. + On Debian you can install it via: -On Debian you can install it via: + $ apt-get install sdcc - $ apt-get install sdcc + - You need libsigrok >= 0.1.1 in order to make use of fx2lafw. Earlier + versions didn't have support for FX2 devices using this firmware. Building @@ -23,7 +26,6 @@ Building $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/fx2lafw $ cd fx2lafw - $ git clone git://github.com/mulicheng/fx2lib.git $ make