From f599105a9d079d36d6055f0dc7185c346c4f9f18 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 28 May 2018 16:16:11 -0700 Subject: [PATCH] INSTALL: Add package list; add note about C++ This should help people know exactly what to install. --- INSTALL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. -- 2.31.1