From b01bed2996c4e4c0d9e8f3f0f3f389193fd5d035 Mon Sep 17 00:00:00 2001 From: Mackenzie <41524393+Mack29446@users.noreply.github.com> Date: Sun, 10 Jul 2022 11:51:19 +0100 Subject: [PATCH] change dependency section --- README.md | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 91a3929..b6a1ecd 100644 --- a/README.md +++ b/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/). -Dependencies for **windows** can be installed with `vcpkg`. +Dependencies for **Windows** can be installed with `vcpkg`. These are: ``` lua @@ -74,34 +74,21 @@ curl #### Linux -These package names are in the Debian / Ubuntu style. Feel free to PR your own guide for a different distro. - -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: +Runtime dependencies - you want to find packages for: - libz - rapidjson - lua5.3 - ssl / openssl - websocketpp - curl (with ssl support) -- \+ the build time dependencies from above + +Build-time dependencies are: +``` +git +make +cmake +g++ +``` ### How to build