Update Readme

Update readme
This commit is contained in:
abraunegg 2018-05-07 05:45:14 +10:00
parent accb62bdeb
commit d989a8a9d0

View file

@ -15,10 +15,13 @@
## Setup ## Setup
### Dependencies ### Dependencies
* Build environment must have at least 1GB of memory
* [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)
If using monitor mode, you may need to increase the `fs.inotify.max_user_watches` value on your system to handle the number of files in the directory you are monitoring.
### Dependencies: Ubuntu/Debian ### Dependencies: Ubuntu/Debian
```sh ```sh
sudo apt install libcurl4-openssl-dev sudo apt install libcurl4-openssl-dev