X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=README;h=10e7a976767e97b3c4a782a4345621c73a2b5199;hb=ab1f0daf3326ef4281b1b84a3f1d0aa76ba66bd0;hp=32e764ddd810af0409216781312afa389a0a40c3;hpb=e72388a0aa23da8bc8e24a0cbe9d523c5a9ce294;p=carl9170fw.git diff --git a/README b/README index 32e764d..10e7a97 100644 --- a/README +++ b/README @@ -14,6 +14,26 @@ 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.7+ + + * gperf, bison/flex + + * cmake 2.8.4+ + +afterwards, simply execute: autogen.sh + +to start the configuration and build process. + +if you want to "install" your own firmware, you can either +do this manually, or by executing: + +autogen.sh install + +This will place a copy with the right filename [adds API rev] +into /lib/firmware/[the default path on most Distributions]. +