Skip to content
Sean Taylor edited this page Oct 21, 2013 · 16 revisions

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: Installing the Cross platform Dependencies

sudo apt-get install build-essential gcc cmake libglu1-mesa-dev libogg-dev libopenal-dev curl libpcrecpp0:i386
./install.sh

Building on Ubuntu

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

mkdir build
cd build
cmake ..
make

Running a sample (Ex. sample-browser)

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

cd build/sample/browser
./sample-browser

Clone this wiki locally