Skip to content

Commit 5693eb0

Browse files
committed
Merge branch 'master' of https://github.com/avilapa/vxr
2 parents 0fb2276 + 26db001 commit 5693eb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ As it stands now, it is a __multithreaded 3D game development engine written in
1313

1414
Project webpage: https://avilapa.github.io/vxr-engine/
1515

16-
![06-PlanetEditor](/assets/textures/readme/06-PlanetEditor.png)
16+
![Planets](/assets/textures/readme/planets.png)
1717

1818
# Building
1919

2020
_[A vs2017 + opengl Solution is provided by default]_
2121

22-
This project uses [GENie.lua](https://github.com/bkaradzic/GENie) to create the project solution. From for example [babun](http://babun.github.io/) you will have to execute the following commands:
22+
This project uses [GENie.lua](https://github.com/bkaradzic/GENie) to create the project solution. Open a CMD in the root directory and execute the following commands to re-create a solution:
2323

2424
cd project
25-
../tools/genie.exe [parameters] <vs2017|vs2015>
25+
..\tools\genie [parameters] <vs2017|vs2015>
2626

2727
The solution will be located in _project/vs/VXR-Engine.sln_.
2828

0 commit comments

Comments
 (0)