From: Jason Self Date: Mon, 28 May 2018 23:30:47 +0000 (-0700) Subject: INSTALL: Reformat some text X-Git-Tag: v1.3~8 X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=commitdiff_plain;h=5cd924629334b017839cf53c484fea7a3461c9ca INSTALL: Reformat some text This allows for a better-looking document, with consistent formatting. --- diff --git a/INSTALL b/INSTALL index 47c4888..b6eb4a4 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ Briefly, running "make" without specifying any targets will build everything. You may not necessarily want everything though and can also specify targets to make. For example: - make av7110 + make av7110 Please see the included Makefile for a list of all available targets. @@ -10,29 +10,30 @@ Once the desired things are built, "make install" will put them into the appropriate place, which is /lib/firmware by default although you can override this with something like: - make prefix=/desired/path install + make prefix=/desired/path install -In order to build everything you will need the following on the host +In order to build everything you will need the following on the host system: - * A C/C++ compiler, like GCC - * Cmake - * GNU Bison/YACC - * GNU Flex - * GNU Gperf - * GNU Make - * GNU Wget - * GNU C cross-compiler for ARM: - - arm-linux-gnueabi-gcc - - arm-linux-gnueabi-ld - - arm-linux-gnueabi-objcopy - - arm-none-eabi-gcc - - arm-none-eabi-objcopy - - arm-none-eabi-as + + * A C/C++ compiler, like GCC + * Cmake + * GNU Bison/YACC + * GNU Flex + * GNU Gperf + * GNU Make + * GNU Wget + * GNU C cross-compiler for ARM: + - arm-linux-gnueabi-gcc + - arm-linux-gnueabi-ld + - arm-linux-gnueabi-objcopy + - arm-none-eabi-gcc + - 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 + 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 @@ -42,5 +43,5 @@ configuration questions. Copyright (C) 2017, 2018 Jason Self Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright -notice and this notice are preserved. This file is offered as-is, -without any warranty. +notice and this notice are preserved. This file is offered as-is, +without any warranty. \ No newline at end of file