]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - README
s/make/$(MAKE)/ to fix build on FreeBSD.
[sigrok-firmware-fx2lafw.git] / README
diff --git a/README b/README
index e9b8c8dece8024c268de7d869ac2e5c124e60beb..a724b02d7c6cc2db361890e749a294406daff59f 100644 (file)
--- 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