Skip to content

CMake Linux Setup

Sean Taylor edited this page Nov 1, 2015 · 11 revisions

Install Linux

  • Ubuntu 12.04 (Tested)
  • Ubuntu 14.04 (Tested)

Install Linux Dependencies

sudo apt-get install build-essential gcc cmake libglu1-mesa-dev libogg-dev libopenal-dev libgtk2.0-dev curl libpcrecpp0:i386 lib32z1-dev

Install External Dependencies

Before you compile gameplay, you will have to download the dependencies separately:

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