]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
README: Add all build dependencies.
authorUwe Hermann <redacted>
Sat, 26 Jan 2013 12:36:36 +0000 (13:36 +0100)
committerUwe Hermann <redacted>
Fri, 22 Feb 2013 07:53:00 +0000 (08:53 +0100)
README

diff --git a/README b/README
index ec58838a2ea8df5a0e059257f30a6aa1c2b49708..f33e7ca72cf62e777ad00df091b248bbf8684743 100644 (file)
--- a/README
+++ b/README
@@ -24,12 +24,20 @@ tarball releases.
 Requirements
 ------------
 
- - In order to build fx2lafw you need the 'sdcc' compiler (>= 2.8.0).
+ - git
+ - make
+ - autoconf >= 2.63
+ - automake >= 1.11
+ - sdcc (>= 2.9.0)
+
+Notes:
+
+ - In order to build fx2lafw you need the 'sdcc' compiler (>= 2.9.0).
    On Debian you can install it via:
 
      $ apt-get install sdcc
 
-   This project has been tested to work with sdcc 2.8, 2.9, and 3.x.
+   This project has been tested to work with sdcc 2.9.x, and 3.x.y.
 
  - 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.