-
Notifications
You must be signed in to change notification settings - Fork 12
Setting Up Development Environment on Ubuntu
mogemimi edited this page Aug 19, 2018
·
4 revisions
⚠️ This is the documentation for older version. Please see the new documentation Setting Up Development Environment on Ubuntu instead.
- Ubuntu 15.10 and later
sudo apt-get install git
sudo apt-get install clang libc++-dev
# Installing OpenGL utilities
sudo apt-get install mesa-common-dev libglu1-mesa-dev freeglut3-dev
# Installing OpenAL utilities
sudo apt-get install libopenal1 libopenal-dev
sudo apt-get install mesa-utils
glxinfo | grep "OpenGL version"
Please see: