add scripts & dockerfiles to build on multiple platforms

This commit is contained in:
Lion Kortlepel
2022-10-23 22:52:46 +02:00
parent 47e64a7343
commit 00a35a636c
7 changed files with 56 additions and 3 deletions

5
scripts/install.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
cmake . -B build -DCMAKE_BUILD_TYPE=Release -DGIT_SUBMODULE=OFF
make -j -C build BeamMP-Server