Created
March 8, 2014 05:40
-
-
Save andersonfreitas/9425873 to your computer and use it in GitHub Desktop.
CentOS "Development Tools" for OpenGL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum groupinstall "Development Tools" | |
sudo yum install mesa* | |
sudo yum install libXrandr* | |
sudo yum install libXext* | |
sudo yum install libX11* | |
sudo yum install libXi* | |
sudo rpm -ivH http://pkgs.repoforge.org/cmake/cmake-2.8.8-1.el6.rfx.i686.rpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment