/sb5code

opengl super bible 5th souce code

Primary LanguageC

sb5code

opengl super bible 5th souce code

compile

  1. compile freeglut
  2. compile gltools

compile freeglut

  1. download cmake
  2. run cmake-gui.exe and open CMakeLists.txt
  3. click "Configure" and select VS version of Installed in your OS
  4. click "Generate" to generate VS solution files
  5. open "freeglut.sln" file with VS
  6. only build freeglut_static

compile GLTools

  1. enter "GLTools" directory
  2. run "nmake"