remove boost from runtime dependencies

This commit is contained in:
Lion Kortlepel
2021-04-09 23:56:09 +02:00
parent 573bd77bbd
commit f1e1b6cc28
2 changed files with 4 additions and 5 deletions

View File

@@ -48,11 +48,10 @@ These package names are in the debian / ubuntu style. Feel free to PR your own g
You can also use any version of `libluajit`, but the same applies regarding the version.
- `libz-dev`
- `rapidjson-dev`
- `libboost1.70-dev`
If your distro doesn't have 1.7x version of libboost, you'll have to compile it from source or find another way to get it for your distro.
- `libopenssl-dev`
**If** you're building it from source, you'll need `libboost1.70-dev` as well.
### How to build
On windows. use git-bash for these commands.