mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +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`
|
||||
- `make`
|
||||
- `cmake`
|
||||
- `g++` (must support ISO C++17)
|
||||
- `g++`
|
||||
|
||||
Must support ISO C++17
|
||||
- `liblua5.3`
|
||||
- `libz-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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user