Change vcpkg command

This commit is contained in:
Maxim Khomutov 2022-09-27 05:18:44 +03:00
parent 3fc998d402
commit 660354574e

View File

@ -64,12 +64,7 @@ Please use the prepackaged binaries in [Releases](https://github.com/BeamMP/Beam
Dependencies for **windows** can be installed with [`vcpkg`](https://github.com/microsoft/vcpkg).
These are:
```
> vcpkg install lua zlib rapidjson openssl websocketpp curl
```
_For x64 system_
```
> vcpkg install lua:x64-windows zlib:x64-windows rapidjson:x64-windows openssl:x64-windows websocketpp:x64-windows curl:x64-windows
> vcpkg install lua:x64-windows-static zlib:x64-windows-static rapidjson:x64-windows-static openssl:x64-windows-static websocketpp:x64-windows-static curl:x64-windows-static
```
#### Linux