CMake Setup Linux - tiancode/GamePlay GitHub Wiki

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
⚠️ **GitHub.com Fallback** ⚠️