mirror of
https://github.com/glest/glest-source.git
synced 2025-08-01 14:10:11 +02:00
Almost ready
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#!/bin/bash
|
||||
cd ../..
|
||||
git pull
|
||||
currentDir=$PWD
|
||||
cd /usr/share/zetaglest
|
||||
cd mk/linux
|
||||
mkdir build
|
||||
cd build
|
||||
mkdir data
|
||||
cd data
|
||||
git pull
|
||||
cd $currentDir
|
||||
cd ../..
|
||||
|
@@ -4,10 +4,12 @@
|
||||
# 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
|
||||
mkdir build
|
||||
cd build
|
||||
git clone https://github.com/ZetaGlest/zetaglest-data.git data
|
||||
cd ..
|
||||
./pull.sh
|
||||
./build-zg.sh
|
||||
chmod -R 777 build/
|
||||
if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then
|
||||
chmod -R 777 build/
|
||||
fi
|
||||
|
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
export DBUS_FATAL_WARNINGS=0
|
||||
unset XMODIFIERS
|
||||
./build/zetaglest
|
||||
cd build
|
||||
./zetaglest
|
||||
cd ..
|
||||
|
@@ -1 +1 @@
|
||||
DataPath=/usr/share/zetaglest/
|
||||
DataPath=./data/
|
||||
|
Reference in New Issue
Block a user