mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 13:02:37 +02:00
Updated build scripts
This commit is contained in:
13
mk/linux/setup.sh
Executable file
13
mk/linux/setup.sh
Executable 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/
|
Reference in New Issue
Block a user