From a85bc1a9ddae4ae054ac3de2323b8569aeea6592 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Wed, 21 Jul 2010 21:24:29 +0200 Subject: [PATCH] carl9170 firmware: update README the README should include a list of all necessary tools and libraries to build the firmware. Signed-off-by: Christian Lamparter --- README | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README b/README index 32e764d..9371729 100644 --- 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. -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 + +to start the configuration and build process. -- 2.31.1