Updated build scripts

This commit is contained in:
MathuSum Mut
2018-11-04 17:35:49 +01:00
parent 38784df6ef
commit cee6b245c4
9 changed files with 43 additions and 49 deletions

13
mk/linux/setup.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Use this script to build ZetaGlest using cmake
# ----------------------------------------------------------------------------
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
currentDir=$PWD
cd /usr/share
git clone https://github.com/ZetaGlest/zetaglest-data.git zetaglest
cd $currentDir
./pull.sh
./build-zg.sh
chmod -R 777 build/