Skip to content

Instantly share code, notes, and snippets.

@andersonfreitas
Created March 8, 2014 05:40
Show Gist options
  • Save andersonfreitas/9425873 to your computer and use it in GitHub Desktop.
Save andersonfreitas/9425873 to your computer and use it in GitHub Desktop.
CentOS "Development Tools" for OpenGL
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