Compare commits

...

2 Commits

Author SHA1 Message Date
660354574e Change vcpkg command 2022-09-27 05:18:44 +03:00
3fc998d402 Change in Clion Files 2022-09-27 05:04:06 +03:00
2 changed files with 2 additions and 8 deletions

3
.gitignore vendored
View File

@ -27,8 +27,7 @@ mono_crash.*
out/
#Clion Files
cmake-build-debug/
cmake-build-release/
cmake-build-*/
.idea/
# Build results
[Dd]ebug/

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