How would I link in or compile SOIL (http://lonesock.net/soil.html) into my C++ OpenGL project on Mac OS X?
Clone https://github.com/DeVaukz/SOIL move to the downloaded directory.
mkdir build cd build cmake .. make sudo make install