X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=blobdiff_plain;f=README;h=93823e4c9afd99bdd4b995dc6b0dbb29be322f10;hp=15c003c2b11729710e51e327a980a6a809ea37bd;hb=29426f31458682304dee9f2da0f1e9e60237018f;hpb=454dcf35c60a0937dea4cd3a9a724c73e0ffc5ff diff --git a/README b/README index 15c003c..93823e4 100644 --- a/README +++ b/README @@ -45,6 +45,11 @@ How do I build it? You're in for a treat. +* Install the cmake build tool (http://www.cmake.org/). + Major distributions have packages for this. + +* For FreeBSD - install gmake and wget. + * You first have to build the toolchain. * Linux: @@ -61,17 +66,25 @@ You're in for a treat. * Linux: - $ make firmware + $ make -C target_firmware * FreeBSD: - edit the build script, change make to gmake, and then - - $ ./build + $ gmake -C target_firmware You will end up with two .fw files - one for the AR7010 and one for the AR9271 in the target_firmware directory. +You can clean the firmware build (when you wish to force a rebuild) +by doing: + + * Linux: + + $ make -C target_firmware clean + + * FreeBSD: + + $ gmake -C target_firmware clean Then what? ----------