- OS - Arch Linux
- Library -
freeglut- Dependency -
OpenGL
- Dependency -
To run openGL programs in the system, the following things need to be installed:
mesavideo driver for integrated graphics.nvidiaoramdfor respective external cards.- For installation instructions on installing graphics drivers, openCL, GPGPU etc., refer to this Video Tutorial
- Prerequisites:
run.shfile needs to have the executable access. Run (if not ran already):sudo chmod +x run.shfrom the same directory. (First Time ONLY) - In the terminal:
./runand then choose betweenAssistedandAdvanced.Assisted Modecompiles and runs the program with default file setup andCLI Args. It also spits out a file namedoutput.Advanced Modelets the user choose all the files to compile, use additionalCLI Argsand choose a custom output file name.