mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-02 07:45:26 +00:00
change dependency section
This commit is contained in:
parent
7bdc2b304b
commit
b01bed2996
33
README.md
33
README.md
@ -61,7 +61,7 @@ Currently only Linux and Windows are supported (generally). See [Releases](https
|
|||||||
|
|
||||||
Please use the prepackaged binaries in [Releases](https://github.com/BeamMP/BeamMP-Server/releases/).
|
Please use the prepackaged binaries in [Releases](https://github.com/BeamMP/BeamMP-Server/releases/).
|
||||||
|
|
||||||
Dependencies for **windows** can be installed with `vcpkg`.
|
Dependencies for **Windows** can be installed with `vcpkg`.
|
||||||
These are:
|
These are:
|
||||||
```
|
```
|
||||||
lua
|
lua
|
||||||
@ -74,34 +74,21 @@ curl
|
|||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
These package names are in the Debian / Ubuntu style. Feel free to PR your own guide for a different distro.
|
Runtime dependencies - you want to find packages for:
|
||||||
|
|
||||||
Runtime dependencies for **Linux** are (Debian/Ubuntu):
|
|
||||||
```
|
|
||||||
libz-dev
|
|
||||||
rapidjson-dev
|
|
||||||
liblua5.3
|
|
||||||
libssl-dev
|
|
||||||
libwebsocketpp-dev
|
|
||||||
libcurl4-openssl-dev
|
|
||||||
```
|
|
||||||
|
|
||||||
Build-time dependencies for **Linux** are:
|
|
||||||
```
|
|
||||||
git
|
|
||||||
make
|
|
||||||
cmake
|
|
||||||
g++
|
|
||||||
```
|
|
||||||
|
|
||||||
For other distributions (e.g. Arch) you want to find packages for:
|
|
||||||
- libz
|
- libz
|
||||||
- rapidjson
|
- rapidjson
|
||||||
- lua5.3
|
- lua5.3
|
||||||
- ssl / openssl
|
- ssl / openssl
|
||||||
- websocketpp
|
- websocketpp
|
||||||
- curl (with ssl support)
|
- curl (with ssl support)
|
||||||
- \+ the build time dependencies from above
|
|
||||||
|
Build-time dependencies are:
|
||||||
|
```
|
||||||
|
git
|
||||||
|
make
|
||||||
|
cmake
|
||||||
|
g++
|
||||||
|
```
|
||||||
|
|
||||||
### How to build
|
### How to build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user