update README.md;

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

@ -11,9 +11,10 @@ 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 for the native installed GCC. * Makefile - This makefile is used for building binaries.
* Makefile.arm - This makefile is used for cross-compiling for a ARM platform. - Use the ARCH parameter to change the architecture.
* Makefile.rpi-arm - This makefile is used for cross-compiling for a Raspberry Pi. - 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).
Use the ```make``` command to build the software. Use the ```make``` command to build the software.

Loading…
Cancel
Save

Powered by TurnKey Linux.