From 49fd71b747fa7528bd2a742545871ab1c7240a7f Mon Sep 17 00:00:00 2001 From: MathuSum Mut Date: Thu, 12 Apr 2018 13:27:28 +0200 Subject: [PATCH] Updated Windows Readme --- mk/windows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/windows/README.md b/mk/windows/README.md index 1a41d0912..bc2083e48 100644 --- a/mk/windows/README.md +++ b/mk/windows/README.md @@ -4,7 +4,7 @@ ZetaGlest build system for Windows To build ZetaGlest for the first time: 1. Download Git for Windows (or make sure it is installed), and make sure that `git` is in the `PATH` environment variable. - To check, open `cmd` and write `git`. If you get a not recognized error, then continue with step 1, otherwise skip to step 2. Usually `git.exe` is located in `C:\Program Files\Git\bin` after installation. To add it to `PATH`, right-click on `This PC` -> `Properties` -> `Advanced system settings` -> `Advanced` tab -> `Environment Variables`, and under `System variables` double-click on `PATH`, and add the path to `git` as a listing and click `OK`. + To check, open `cmd` and write `git`. If you get a `not recognized` error, then continue with step 1, otherwise skip to step 2. Usually `git.exe` is located in `C:\Program Files\Git\bin` after installation. To add it to `PATH`, right-click on `This PC` -> `Properties` -> `Advanced system settings` -> `Advanced` tab -> `Environment Variables`, and under `System variables` double-click on `PATH`, and add the path to `git` as a listing and click `OK`. 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` (or if you have your own fork, replace the first "ZetaGlest" in the URL with your GitHub username). 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`.