From 059d39e7d174a6f1968cd5f625d726b7beffda63 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Wed, 22 Mar 2023 21:17:21 -0400 Subject: [PATCH] update README.md; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d4468d5..e963fc44 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If cross-compiling is required (for either ARM 32bit, 64bit or old Raspberry Pi - `-DCROSS_COMPILE_ARM=1` - This will cross-compile dvmhost for ARM 32bit. - `-DCROSS_COMPILE_AARCH64=1` - This will cross-compile dvmhost for ARM 64bit. -- `-DCROSS_COMPILE_RPI_ARM=1` - This will cross-compile for old Raspberry Pi ARM 32 bit. (see below) +- `-DCROSS_COMPILE_RPI_ARM=1` - This will cross-compile for old Raspberry Pi ARM 32 bit. (see build notes, linked below) Please note cross-compliation requires you to have the appropriate development packages installed for your system. For ARM 32-bit, on Debian/Ubuntu OS install the "arm-linux-gnueabihf-gcc" and "arm-linux-gnueabihf-g++" packages. For ARM 64-bit, on Debian/Ubuntu OS install the "aarch64-linux-gnu-gcc" and "aarch64-linux-gnu-g++" packages.