Cross-platform despair simulator.
We now support installation from gamerlay on Gentoo linux:
layman -a gamerlay
emerge games-engines/massacre games-util/massacre-data
Install the dependencies, then run:
mkdir build && cd build
cmake ..
make
./extras/
.Massacre.sln
with Visual Studio 2010 or later.INSTALL
project inside the solution.Run Visual Studio Command Prompt (2010):
mkdir build && cd build
cmake -DCMAKE_PREFIX_PATH="<path to boost>;<path to glew>;<path to glfw>" ..
msbuild /v:m Massacre.sln
msbuild INSTALL.vcxproj