mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-23 00:17:00 +00:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -24,11 +24,20 @@ All package names are ones found in debian's (debian 10 stable) repositories, bu
|
|||||||
- `git`
|
- `git`
|
||||||
- `make`
|
- `make`
|
||||||
- `cmake`
|
- `cmake`
|
||||||
- `g++` (must support ISO C++17)
|
- `g++`
|
||||||
|
|
||||||
|
Must support ISO C++17
|
||||||
- `liblua5.3`
|
- `liblua5.3`
|
||||||
- `libz-dev`
|
- `libz-dev`
|
||||||
- `rapidjson-dev`
|
- `rapidjson-dev`
|
||||||
- `libcurl4-openssl-dev` (or other `libcurl4-*-dev`)
|
- `libboost1.70-dev`
|
||||||
|
|
||||||
|
If your distro doesn't have 1.7x version of libboost, you'll have to compile it from source. For Ubuntu, you can use
|
||||||
|
```
|
||||||
|
sudo add-apt-repository ppa:mhier/libboost-latest
|
||||||
|
sudo apt-get install -y libboost1.70-dev libboost1.70
|
||||||
|
```
|
||||||
|
- `libopenssl-dev`
|
||||||
|
|
||||||
### How to build
|
### How to build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user