From aae04394a8ecbcc9a0f85321c79177fc86951fea Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 12 Jul 2018 19:53:26 +1000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 201b02d2..447b64a1 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,14 @@ ## Setup ### Build Requirements -* Build environment must have at least 1GB of memory +* Build environment must have at least 1GB of memory & 1GB swap space * [libcurl](http://curl.haxx.se/libcurl/) * [SQLite 3](https://www.sqlite.org/) * [Digital Mars D Compiler (DMD)](http://dlang.org/download.html) ### Dependencies: Ubuntu/Debian ```sh +sudo apt install build-essential sudo apt install libcurl4-openssl-dev sudo apt install libsqlite3-dev curl -fsS https://dlang.org/install.sh | bash -s dmd