From 65202fdb04d54fcec30a73b616cc71537e72e92a Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sat, 22 Aug 2020 07:27:31 +1000 Subject: [PATCH] Update INSTALL.md * Highligh that for ARMHF and ARM64 that 1GB memory and 1GB swap space is needed before compiling. --- docs/INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 80ae3547..05591aaf 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -26,6 +26,7 @@ Whilst there are [onedrive](https://packages.ubuntu.com/search?keywords=onedrive **Note:** DMD version >= 2.083.1 or LDC version >= 1.12.0 is required to compile this application +## Distribution Package Dependencies ### Dependencies: Ubuntu 16.x - i386 / i686 (less than 1GB Memory) **Important:** Build environment must have at least 512 of memory & 1GB swap space @@ -292,6 +293,7 @@ as far as possible automatically, but can be overridden by passing ### Building using a different compiler (for example [LDC](https://wiki.dlang.org/LDC)) #### ARMHF Architecture +**Note:** Build environment must have at least 1GB of memory & 1GB swap space. Check with `swapon -s` ```text git clone https://github.com/abraunegg/onedrive.git cd onedrive @@ -301,6 +303,7 @@ sudo make install ``` #### ARM64 Architecture +**Note:** Build environment must have at least 1GB of memory & 1GB swap space. Check with `swapon -s` ```text git clone https://github.com/abraunegg/onedrive.git cd onedrive