Add build script for Windows.
Fix build on Windows.
This commit is contained in:
@@ -1 +1,16 @@
|
||||
Simple .obj viewer with glew + glfw3 + OpenGL
|
||||
# Simple .obj viewer with glew + glfw3 + OpenGL
|
||||
|
||||
## Build on Windows.
|
||||
|
||||
### Requirements
|
||||
|
||||
* premake5
|
||||
* Visual Studio 2013
|
||||
* Windows 64bit
|
||||
* 32bit may work.
|
||||
|
||||
Put glfw3 and glew library somewhere and replace include and lib path in `premake4.lua`
|
||||
|
||||
Then,
|
||||
|
||||
> premake5.exe vs2013
|
||||
|
||||
Reference in New Issue
Block a user