vs2017

Mikulas Florek 2017-10-21 22:11:21 +02:00
parent 33abf9b51f
commit 6b759ae9d2

@ -13,7 +13,7 @@ https://mikulasflorek.itch.io/lumix-engine
# Programmers
## Prerequisites
* [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) on Windows
* [Visual Studio 2017](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) on Windows
* GCC 5 on Linux
* Git client (not required, but preferred)
@ -22,9 +22,9 @@ https://mikulasflorek.itch.io/lumix-engine
## How to compile Lumix Engine on Windows (64bit only)
1. Download [source code](https://github.com/nem0/LumixEngine) using git client or download the source code from github using web browser
2. Download [data](https://github.com/nem0/lumixengine_data) using git client or download the data from github using web browser
3. Execute ```genie_vs15.bat``` (Visual Studio 2015) located in directory ```projects``` in the source code
* Many files should be generated in ```projects/tmp/vs2015``` directory, one of them is ```LumixEngine.sln```
4. Open ```projects/tmp/vs2015/LumixEngine.sln``` in Visual Studio 2015
3. Execute ```genie_vs17_static.bat``` (Visual Studio 2017) located in directory ```projects``` in the source code
* Many files should be generated in ```projects/tmp/vs2017``` directory, one of them is ```LumixEngine.sln```
4. Open ```projects/tmp/vs2017/LumixEngine.sln``` in Visual Studio 2017
5. Build the solution
6. point working directory to data and run the ```studio``` project