Skip to content

Instantly share code, notes, and snippets.

@olupotd
Created December 19, 2013 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olupotd/8039511 to your computer and use it in GitHub Desktop.
Save olupotd/8039511 to your computer and use it in GitHub Desktop.
OpenGL installation
#!/usr/bin/sh
sudo apt-get update
#OpenGL:
sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev
#OpenAL:
sudo apt-get install libopenal0a libopenal-dev
#ALUT:
sudo apt-get install libalut0 libalut-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment