Skip to content
Sean Paul Taylor edited this page May 6, 2013 · 9 revisions

How to install git on Ubuntu

sudo apt-get install git

Install the Cross-platform Dependencies

Before you get started you will have to download the dependencies separately:

Ubuntu 12

Run the following from the top-level directory of your GamePlay repository:

sudo apt-get install build-essential gcc cmake libglu1-mesa-dev libogg-dev libopenal-dev curl
./install.sh
mkdir build
cd build
cmake ..
make

Clone this wiki locally