To run the programs in this repository, you need to install the following on the linux machine ( I am using a ubuntu derived OS )
Check this link to install the required packages : http://www.cse.iitm.ac.in/~vplab/courses/CG/opengl_start.html
The following are steps to run any program in this repo:
- Open terminal and change directory to where you have created your file.
- Run the command :g++ -o file_name file_name.cpp -lGL -lGLU -lglut
- Type: ./file_name