Skip to content

Commit 097bc40

Browse files
committed
Added more readme information
1 parent 59e123a commit 097bc40

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/build/
1+
/build/
2+
/lib/glfw
3+
/lib/glm

readme.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
### Windows
44

55
Use the ```VsDevCmd.bat``` with ```-arch=x64```.
6-
7-
git submodule init
8-
git submodule update
9-
mkdir build
10-
cd build
6+
7+
git clone --recursive -j8 https://github.com/marcgpuig/Andes.git
8+
cd Andes && mkdir build && cd build
119
cmake -G "NMake Makefiles" ..
12-
nmake
10+
nmake && .\Andes.exe
11+
12+
*-j8 will only work with version 1.9 or later of Git*
1313

14+
If you already cloned the repo:
15+
16+
cd Andes
17+
git submodule update --init --recursive
18+
mkdir build && cd build
19+
cmake -G "NMake Makefiles" ..
20+
nmake && .\Andes.exe

0 commit comments

Comments
 (0)