From CS451 Fall 2016: Computer Graphics

Site: PA1OpenGLBasics

How to set up your programming environment for OpenGL on Linux

From a terminal, following the commands below

1) sudo apt-get update 2) sudo apt-get install build-essential 3) sudo apt-get install freeglut3-dev

Retrieved from https://cs.gmu.edu/~jmlien/teaching/cs451/index.php?n=Site.PA1OpenGLBasics
Page last modified on September 02, 2014, at 10:27 AM