-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CMake Linux Setup
Sean Taylor edited this page Nov 3, 2015
·
11 revisions
- Ubuntu 14.04
- Other distributions have been known to be working.
sudo apt-get install build-essential gcc cmake libglu1-mesa-dev libogg-dev libopenal-dev libgtk2.0-dev curl libpcrecpp0:i386 lib32z1-dev
Run the following command-line from the top-level directory of your GamePlay repository:
./install.sh
Run the following from the top-level directory of your GamePlay repository:
mkdir build
cd build
cmake ..
make
Run the following from the top-level directory of your GamePlay repository:
cd build/sample/browser
./sample-browser