mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-17 20:05:36 +00:00
Compare commits
2 Commits
7abc4566ad
...
660354574e
Author | SHA1 | Date | |
---|---|---|---|
660354574e | |||
3fc998d402 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -27,8 +27,7 @@ mono_crash.*
|
|||||||
out/
|
out/
|
||||||
|
|
||||||
#Clion Files
|
#Clion Files
|
||||||
cmake-build-debug/
|
cmake-build-*/
|
||||||
cmake-build-release/
|
|
||||||
.idea/
|
.idea/
|
||||||
# Build results
|
# Build results
|
||||||
[Dd]ebug/
|
[Dd]ebug/
|
||||||
|
@ -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).
|
Dependencies for **windows** can be installed with [`vcpkg`](https://github.com/microsoft/vcpkg).
|
||||||
These are:
|
These are:
|
||||||
```
|
```
|
||||||
> vcpkg install lua zlib rapidjson openssl websocketpp curl
|
> 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
|
||||||
```
|
|
||||||
|
|
||||||
_For x64 system_
|
|
||||||
```
|
|
||||||
> vcpkg install lua:x64-windows zlib:x64-windows rapidjson:x64-windows openssl:x64-windows websocketpp:x64-windows curl:x64-windows
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user