We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb6aef commit 0a3d47fCopy full SHA for 0a3d47f
examples/viewer/Makefile
examples/viewer/README.md
@@ -1,10 +1,31 @@
1
# Simple .obj viewer with glew + glfw3 + OpenGL
2
3
-## Build on Windows.
4
-
5
-### Requirements
+## Requirements
6
7
* premake5
+* glfw3
+* 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
23
24
25
26
27
+## Build on Windows.
28
29
* Visual Studio 2013
30
* Windows 64bit
31
* 32bit may work.
0 commit comments