DPE - Setup under Linux

How to setup The Dreaded Portal Engine under Linux

I will show how to setup the DPE under Linux. First get a copy of the source code from the SVN repository:

svn co https://subversion.assembla.com/svn/horror-flash-thing/

After downloading the source code, run: bash script.sh from the 3rdparty directory. This compiles and setups all the dependencies.

Compiling and Running the demos:

Go to the directory where you downloaded the DPE source and get into the 'trunk' directory and execute the following commands:

autoheader
autoconf
automake

mkdir build
cd build
cmake ..
make -j8
cd ..

This should compile the Editor and all Demos. To test whether this works execute ./bin/editor, this should bring up the Editor.

If you have any issues feel free to contact me!