@ -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_ARM=1` - This will cross-compile dvmhost for ARM 32bit.
- `-DCROSS_COMPILE_AARCH64=1` - This will cross-compile dvmhost for ARM 64bit.
- `-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.
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.