mirror of
https://github.com/glest/glest-source.git
synced 2025-08-06 16:36:29 +02:00
Almost ready
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd ../..
|
cd ../..
|
||||||
git pull
|
git pull
|
||||||
currentDir=$PWD
|
cd mk/linux
|
||||||
cd /usr/share/zetaglest
|
mkdir build
|
||||||
|
cd build
|
||||||
|
mkdir data
|
||||||
|
cd data
|
||||||
git pull
|
git pull
|
||||||
cd $currentDir
|
cd ../..
|
||||||
|
@@ -4,10 +4,12 @@
|
|||||||
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
||||||
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
|
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
|
||||||
|
|
||||||
currentDir=$PWD
|
mkdir build
|
||||||
cd /usr/share
|
cd build
|
||||||
git clone https://github.com/ZetaGlest/zetaglest-data.git zetaglest
|
git clone https://github.com/ZetaGlest/zetaglest-data.git data
|
||||||
cd $currentDir
|
cd ..
|
||||||
./pull.sh
|
./pull.sh
|
||||||
./build-zg.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
|
#!/bin/bash
|
||||||
export DBUS_FATAL_WARNINGS=0
|
export DBUS_FATAL_WARNINGS=0
|
||||||
unset XMODIFIERS
|
unset XMODIFIERS
|
||||||
./build/zetaglest
|
cd build
|
||||||
|
./zetaglest
|
||||||
|
cd ..
|
||||||
|
@@ -1 +1 @@
|
|||||||
DataPath=/usr/share/zetaglest/
|
DataPath=./data/
|
||||||
|
Reference in New Issue
Block a user