Difference between revisions of "Graphics Branch Setup"

From Group 5
Jump to: navigation, search
(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...")
 
Line 1: Line 1:
How to run graphics:
+
<nowiki>How to run graphics:
 
git checkout branch graphics
 
git checkout branch graphics
  
Line 26: Line 26:
 
to
 
to
 
properties > Configuration Properties > Debugging > Environment
 
properties > Configuration Properties > Debugging > Environment
 +
</nowiki>

Revision as of 15:22, 18 April 2013

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