Dark-Confidant / Massacre

Existential rendering engine
1 stars 1 forks source link

Massacre Proto

Build Status

Cross-platform despair simulator.

Installation

We now support installation from gamerlay on Gentoo linux:

layman -a gamerlay
emerge games-engines/massacre games-util/massacre-data

Building on Linux

Install the dependencies, then run:

mkdir build && cd build
cmake ..
make

Building on Windows

Prerequisites

The Easy Way

  1. Extract prerequisites to ./extras/.
  2. Configure and Generate via CMake GUI.
  3. Build Massacre.sln with Visual Studio 2010 or later.
  4. Build the INSTALL project inside the solution.

The Right Way

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

Dependencies