From b70c260b279000f48c13443ffea3f549b0ad5fb8 Mon Sep 17 00:00:00 2001 From: MathuSum Mut Date: Wed, 14 Mar 2018 16:26:43 +0100 Subject: [PATCH] Readme --- mk/windows/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mk/windows/README.md b/mk/windows/README.md index e792a5124..4b694721e 100644 --- a/mk/windows/README.md +++ b/mk/windows/README.md @@ -3,4 +3,10 @@ ZetaGlest build system for Windows To build ZetaGlest for the first time: -1. Clone this repository \ No newline at end of file +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`. + +Note: Before pushing changes to this folder, make sure that you run `delete-all-deps.bat` and `clean-all.bat` before you do so.