From d2211633da8ee508d6d038f8c77b5d8e8c09cf43 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 11 Mar 2022 16:08:51 -0500 Subject: [PATCH] update README.md; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 651add0c..85c67e6a 100644 --- a/README.md +++ b/README.md @@ -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. * 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=rpi-arm - Raspberry Pi ARM compliation using the ```https://github.com/raspberrypi/tools.git``` (see just below).