Skip to content

OpenGL Development Cookbook (book code with build and configuration fixes)

Notifications You must be signed in to change notification settings

josalbert456/opengl33_dev_cookbook_2013

 
 

Repository files navigation

1, Under ubuntu, after libsoil-dev is installed, you still need to download SOIL source code and when you compile: g++ -o main *.cpp -lGL -lGLU -lglut -lGLEW -I /path_to_SOIL_include

2, If some source code can't be compiled owing to some core dump stuffs, find CHECK_ERROR macros near the problematic place, comment it may help

About

OpenGL Development Cookbook (book code with build and configuration fixes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.7%
  • C++ 28.5%
  • C 21.3%
  • Roff 2.5%
  • Makefile 1.9%
  • Shell 1.8%
  • Other 1.3%