Skip to content

Instantly share code, notes, and snippets.

@wwwaldo
Created July 27, 2017 15:29
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 wwwaldo/0e69e568c8910b04e5a2da21744f89aa to your computer and use it in GitHub Desktop.
Save wwwaldo/0e69e568c8910b04e5a2da21744f89aa to your computer and use it in GitHub Desktop.
Get OpenGL up on Ubuntu 16.04 LTS
Two libraries:
* GLUT
* GLUI
* Mesa-utils
**ASIDE**
do
sudo apt-cache search "your search here"
to do a search of the ubuntu repo.
GLUT
apt-get install freeglut3-dev **GLUT
GLUI
http://web.engr.oregonstate.edu/~mjb/cs553/gettingglut.html
super old version of website for (probably now-defunct) GLUI
scroll down to LINUX and download glui.h, libglui.a
and install in the directories as stated.
Mesa-utils
still not sure what this does
but you can apt-get install it under 'mesa-utils'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment