carl9170 firmware: update README 1.7.1
authorChristian Lamparter <chunkeey@googlemail.com>
Wed, 21 Jul 2010 19:24:29 +0000 (21:24 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 21 Jul 2010 19:24:29 +0000 (21:24 +0200)
the README should include a list of all necessary
tools and libraries to build the firmware.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
README

diff --git a/README b/README
index 32e764ddd810af0409216781312afa389a0a40c3..937172909d364970168ac2f52c8be90c87a57126 100644 (file)
--- a/README
+++ b/README
@@ -14,6 +14,21 @@ about 1.2 GiB disk space.
 The resulting firmware, carl9170.fw, can be used only
 with the carl9170 Linux driver.
 
 The resulting firmware, carl9170.fw, can be used only
 with the carl9170 Linux driver.
 
-After getting a toolchain, simply build:
+After getting a toolchain, you will need to get more
+tools & libs:
+
+ * gcc 4.4+
+
+ * gperf, bison/flex
+
+ * cmake 2.8.0+
+
+ * libusb 1.0+
+
+ * SDL SDK 1.2.13+
+
+afterwards, simply execute:
 
 autogen.sh
 
 autogen.sh
+
+to start the configuration and build process.