mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-17 17:55:35 +00:00
Compare commits
No commits in common. "660354574ec1371181a357f057a5a539c506bfa7" and "7abc4566adbd4003eee655abbddba302279af5d2" have entirely different histories.
660354574e
...
7abc4566ad
3
.gitignore
vendored
3
.gitignore
vendored
@ -27,7 +27,8 @@ mono_crash.*
|
||||
out/
|
||||
|
||||
#Clion Files
|
||||
cmake-build-*/
|
||||
cmake-build-debug/
|
||||
cmake-build-release/
|
||||
.idea/
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
|
@ -64,7 +64,12 @@ 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:x64-windows-static zlib:x64-windows-static rapidjson:x64-windows-static openssl:x64-windows-static websocketpp:x64-windows-static curl:x64-windows-static
|
||||
> 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
|
||||
```
|
||||
|
||||
#### Linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user