mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
Updated Glest version
This commit is contained in:
@@ -17,7 +17,7 @@ CPU is also available.
|
||||
|
||||
## Download for Windows
|
||||
|
||||
#### Download [Glest 1.0 from here](https://github.com/Glest/windows-installer/archive/1.0.zip).
|
||||
#### Download [Glest 2.0 from here](https://github.com/Glest/windows-installer/archive/2.0.zip).
|
||||
|
||||
Additionally, if you want
|
||||
to contribute with the code on Windows, [please follow these
|
||||
|
@@ -6,7 +6,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
cd $DIR
|
||||
mkdir build
|
||||
cd build
|
||||
git clone https://github.com/Glest/glest-data.git data --branch 1.0
|
||||
git clone https://github.com/Glest/glest-data.git data --branch 2.0
|
||||
cd ..
|
||||
|
||||
if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then
|
||||
|
Reference in New Issue
Block a user