Skip to content

Commit 0a3d47f

Browse files
committed
Update README.
1 parent bbb6aef commit 0a3d47f

File tree

2 files changed

+24
-69
lines changed

2 files changed

+24
-69
lines changed

examples/viewer/Makefile

Lines changed: 0 additions & 66 deletions
This file was deleted.

examples/viewer/README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
11
# Simple .obj viewer with glew + glfw3 + OpenGL
22

3-
## Build on Windows.
4-
5-
### Requirements
3+
## Requirements
64

75
* premake5
6+
* glfw3
7+
* glew
8+
9+
10+
## Build on MaCOSX
11+
12+
Install glfw3 and glew using brew.
13+
Then,
14+
15+
$ premake5 gmake
16+
$ make
17+
18+
## Build on Linux
19+
20+
Set `PKG_CONFIG_PATH` or Edit path to glfw3 and glew in `premake4.lua`
21+
22+
Then,
23+
24+
$ premake5 gmake
25+
$ make
26+
27+
## Build on Windows.
28+
829
* Visual Studio 2013
930
* Windows 64bit
1031
* 32bit may work.

0 commit comments

Comments
 (0)