mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 00:05:34 +00:00
add debian build script for easier deployment
This commit is contained in:
parent
c5d1682d5e
commit
8e4e0c0896
10
scripts/debian_build.sh
Executable file
10
scripts/debian_build.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
apt install make
|
||||||
|
apt install cmake
|
||||||
|
apt install g++
|
||||||
|
apt install liblua5.3
|
||||||
|
apt install libz-dev
|
||||||
|
apt install rapidjson-dev
|
||||||
|
apt install libcurl4-openssl-dev
|
||||||
|
cmake .
|
||||||
|
make -j 2 # 2 threads is enough
|
Loading…
x
Reference in New Issue
Block a user