clarify installation

This commit is contained in:
Lion Kortlepel 2021-07-15 02:23:53 +02:00
parent c6457f7df4
commit 88684bd9af
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -75,6 +75,12 @@ These package names are in the debian / ubuntu style. Feel free to PR your own g
**If** you're building it from source, you'll need `libboost1.70-all-dev` or `libboost1.71-all-dev` or higher as well.
If you can't find this version of boost (only 1.6x, for example), you can either update to a newer version of your distro, build boost yourself, or use an unstable rolling release (like Debian `sid` aka `unstable`).
In the end you should end up with a command something like this:
```sh
sudo apt install git make cmake g++-10 liblua5.3 libz-dev rapidjson-dev libopenssl-dev libboost1.71-all-dev
```
### How to build
On windows, use git-bash for these commands. On Linux, these should work in your shell.