update README.md;

pull/12/head
Bryan Biedenkapp 4 years ago
parent c265c66739
commit d2211633da

@ -12,7 +12,7 @@ Please see the various Makefile included in the project for more information. (A
The DVM Host software does not have any specific library dependancies and is written to be as library-free as possible. A basic GCC install is usually all thats needed to compile. The DVM Host software does not have any specific library dependancies and is written to be as library-free as possible. A basic GCC install is usually all thats needed to compile.
* Makefile - This makefile is used for building binaries. * Makefile - This makefile is used for building binaries.
- Use the ARCH parameter to change the architecture. - Use the ARCH parameter to change the architecture. (e.g. ```make ARCH=rpi-arm```)
- ARCH=arm - Generic ARM compilation with installed cross-compiler tools (see just below). - ARCH=arm - Generic ARM compilation with installed cross-compiler tools (see just below).
- ARCH=rpi-arm - Raspberry Pi ARM compliation using the ```https://github.com/raspberrypi/tools.git``` (see just below). - ARCH=rpi-arm - Raspberry Pi ARM compliation using the ```https://github.com/raspberrypi/tools.git``` (see just below).

Loading…
Cancel
Save

Powered by TurnKey Linux.