Skip to content

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.

Requirements

  • Ubuntu 15.10 and later

Setup environment

Installing Git

sudo apt-get install git

Installing Clang and "libc++"

sudo apt-get install clang libc++-dev

Installing OpenGL and OpenAL utilities

# 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

Check your OpenGL version

sudo apt-get install mesa-utils
glxinfo | grep "OpenGL version"

Docker image and Dockerfile

Please see: