How do I link SOIL for a OpenGL in Ubuntu?
EDIT:
I figured out the issue, my professor showed the locate cmd in the terminal and I was able to find where I had to get the .h from.
If anyone else has this issue for me it was,
#include "SOIL/SOIL.h"
and to link -lSOIL when compiling