A Computer Graphics Project using OpenGL
-
GLUT library
- Fire up the terminal (Ctrl + Alt + T for Linux users)
- Type in the command
sudo apt-get install freeglut3-dev
-
SOIL (Simple OpenGL Image Library)
- Fire up the terminal again
- Type in the command
sudo apt-get install libsoil-dev
- Type the following commands in the terminal
gcc Miniproject.c -lm -lGL -lGLU -lglut -lSOIL
./a.out