From: Jason Self Date: Mon, 28 May 2018 23:16:11 +0000 (-0700) Subject: INSTALL: Add package list; add note about C++ X-Git-Tag: v1.3~9 X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=commitdiff_plain;h=f599105a9d079d36d6055f0dc7185c346c4f9f18;hp=623af37781eb1377284c2229e89ee9ba8ca4f293 INSTALL: Add package list; add note about C++ This should help people know exactly what to install. --- diff --git a/INSTALL b/INSTALL index 538a5df..47c4888 100644 --- a/INSTALL +++ b/INSTALL @@ -14,7 +14,7 @@ can override this with something like: In order to build everything you will need the following on the host system: - * A C compiler, like GCC + * A C/C++ compiler, like GCC * Cmake * GNU Bison/YACC * GNU Flex @@ -29,6 +29,11 @@ system: - arm-none-eabi-objcopy - arm-none-eabi-as +On GNU/Linux distros that use apt you can install these with: + +apt install binutils-arm-linux-gnueabi binutils-arm-none-eabi bison \ +cmake flex g++ gcc gcc-arm-linux-gnueabi gcc-arm-none-eabi gperf make wget + CARL9170 Firmware Configuration When building the carl9170 firmware you will be prompted with configuration questions.