forked from gameplay3d/gameplay
-
Notifications
You must be signed in to change notification settings - Fork 0
Linux Setup
Sean Taylor edited this page Oct 21, 2013
·
16 revisions
sudo apt-get install git
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
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