]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - README
Cosmetics, update docs.
[sigrok-firmware-fx2lafw.git] / README
diff --git a/README b/README
index fd9dc2531f7d7585cfa65f197614d37aad5c9121..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