INSTALL: Add package list; add note about C++
authorJason Self <j@jxself.org>
Mon, 28 May 2018 23:16:11 +0000 (16:16 -0700)
committerJason Self <j@jxself.org>
Mon, 28 May 2018 23:16:11 +0000 (16:16 -0700)
This should help people know exactly what to install.

INSTALL

diff --git a/INSTALL b/INSTALL
index 538a5df5ca39fb10234fd4f1296fdcefa2e8fb99..47c4888f9e69b9c013756635e9169a510ed1a45a 100644 (file)
--- 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.