#ISSUES (TODO: add to hideout wiki page)
#=========================================
-Missing OpengGL libraries on linux. 
* The proprietary driver maker do things a bit differently, the current implementation of the opengl cmake files do not know where to look for libGL.so.
* Here is how to fix it. 
	1.) locate libGL.so
	2.) find the path (For my ati driver,	/usr/lib/fglrx/libGL.so)
	3.) create symbolic link, 
		a. navigate to the /usr/lib directory
		b. ln -s /usr/lib/fglrx/libGL.so libGL.so

-Cannot find libXrandr
* sudo apt-get install libxrandr-dev
 
