Created
July 27, 2017 15:29
-
-
Save wwwaldo/0e69e568c8910b04e5a2da21744f89aa to your computer and use it in GitHub Desktop.
Get OpenGL up on Ubuntu 16.04 LTS
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
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