Add build script for Windows.

Fix build on Windows.
This commit is contained in:
Syoyo Fujita
2016-05-11 23:38:36 +09:00
parent b90f767367
commit e9a7c76c23
3 changed files with 61 additions and 1 deletions

View File

@@ -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