mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
Added setup.bat
This commit is contained in:
parent
108fb26f36
commit
08caa6a542
@ -5,9 +5,11 @@ To build ZetaGlest for the first time:
|
||||
|
||||
1. Download Git for Windows (or make sure it is installed)
|
||||
2. Go to the target directory and clone this repository by running the following command in the command prompt: `git clone https://github.com/ZetaGlest/zetaglest-source.git`
|
||||
3. After cloning, run `clone-deps.bat` in `/mk/windows`
|
||||
4. Run `build-zg.bat` in `/mk/windows`.
|
||||
5. The built binaries will be found in the corresponding Visual Studio version and platform selected in `/mk/windows`.
|
||||
3. After cloning, run `setup.bat` in `/mk/windows`.
|
||||
4. The built binaries will be found in the corresponding Visual Studio version and platform selected in `/mk/windows`.
|
||||
5. Run and enjoy! :)
|
||||
|
||||
*Side-note for developers who want to debug:*
|
||||
|
||||
Configuration in Visual Studio must be left as "Release", otherwise it won't compile, but one can still use debugging options by making the following changes in the project properties:
|
||||
|
||||
|
3
mk/windows/setup.bat
Normal file
3
mk/windows/setup.bat
Normal file
@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
.\clone-deps.bat
|
||||
.\build-zg.bat
|
Loading…
x
Reference in New Issue
Block a user