Update README.md

This commit is contained in:
abraunegg 2018-07-12 19:53:26 +10:00 committed by GitHub
parent 211481ab62
commit aae04394a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,14 @@
## Setup ## Setup
### Build Requirements ### 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/) * [libcurl](http://curl.haxx.se/libcurl/)
* [SQLite 3](https://www.sqlite.org/) * [SQLite 3](https://www.sqlite.org/)
* [Digital Mars D Compiler (DMD)](http://dlang.org/download.html) * [Digital Mars D Compiler (DMD)](http://dlang.org/download.html)
### Dependencies: Ubuntu/Debian ### Dependencies: Ubuntu/Debian
```sh ```sh
sudo apt install build-essential
sudo apt install libcurl4-openssl-dev sudo apt install libcurl4-openssl-dev
sudo apt install libsqlite3-dev sudo apt install libsqlite3-dev
curl -fsS https://dlang.org/install.sh | bash -s dmd curl -fsS https://dlang.org/install.sh | bash -s dmd