Installation Instructions for Linux
---------------------------------------

-Compile GLEW from source
 (download and following the instructions in README.md)

sudo apt-get install cmake xorg-dev  libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev

-Compile GLFW3 from source
 (cmake . && make && sudo make install)

Installation Instructions for OSX
---------------------------------------

Run 'xcode-select --install'
This should make g++ check for libraries in /usr/local/

Installation Instructions for Windows
---------------------------------------
