/dominionrules

(inactive) Implementation of the Dominion Rules

Primary LanguageC++OtherNOASSERTION

Dominionrules

Build Status

Build Status

Implementation of the Dominion Rules 3.1

http://dominionrules.org/

Tested on the following platforms:

  • Win8.1, VS2013
  • Ubuntu 14.04, GCC 4.9.2
  • FreeBSD 10.1, Clang 3.5

##Build

You will need:

###Windows

When building for windows, please define the following environment variables:

BOOST_ROOT

FLATBUFFERS_ROOT

GTEST_ROOT

SQLITE_ROOT

For example:

BOOST_ROOT=C:\boost_1_57_0

###Linux and BSD

For easier setup it is recommended to use biicode.

  1. bii configure
  2. bii build

Otherwise builds requires CMake to be installed, files required to build are located under the build/ folder. Please note that those files are less frequently maintained.