mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +00:00
add debian build script for easier deployment
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user