Graphics Branch Setup

From Group 5
Revision as of 15:21, 18 April 2013 by Admin (talk | contribs) (Created page with "How to run graphics: git checkout branch graphics download binaries for glew (make sure the bit is same as visual studio): http://glew.sourceforge.net/ copy glew.h from \gl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to run graphics: git checkout branch graphics

download binaries for glew (make sure the bit is same as visual studio): http://glew.sourceforge.net/

copy glew.h from \glew-1.9.0-win32\glew-1.9.0\include\GL to: \Microsoft Visual Studio 10.0\VC\include\GL (you make the GL folder)


copy glew32.lib from: \glew-1.9.0-win32\glew-1.9.0\lib to: \Microsoft Visual Studio 10.0\VC\lib

copy glew32.dll from: \glew-1.9.0-win32\glew-1.9.0\bin to: C:\Windows\System32

add this: PATH=%PATH%;..\SFML-2.0-rc\bin to properties > Configuration Properties > Debugging > Environment