diff --git a/README.md b/README.md index 9adb48142..9ca34619a 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ Use this if you have a Raspberry Pi or similar computer. Currently, any ARMv7 ma 1. Install the Debian package, substituting "VERSION-NUMBER" for the version you have downloaded: `sudo dpkg -i hush-VERSION-NUMBER-aarch64.deb`. 1. Run with: `hushd`. +If you would like to compile this for ARM yourself, then please refer to the [Cross compiling a Hush full node daemon from AMD64 to ARM64(aarch64) CPU architecture with Docker](https://git.hush.is/jahway603/hush-docs/src/branch/master/advanced/cross-compile-hush-full-node-to-aarch64-with-docker.md) documentation to do that. + # Building On Ubuntu 16.04 and older systems Some older compilers may not be able to compile modern code, such as gcc 5.4 which comes with Ubuntu 16.04 by default. Here is how to install gcc 7 on Ubuntu 16.04. Run these commands as root: @@ -192,4 +194,4 @@ Developers can earn bounty by fixing bugs or solving feature requests listed in # License -For license information see the file [COPYING](COPYING). \ No newline at end of file +For license information see the file [COPYING](COPYING).