Skip to content
MorleyDev edited this page Nov 27, 2014 · 13 revisions

Requirements

Compilation and usage requires a C++11-compliant compiler. At present compilation is known to be possible using:

  • G++ 4.6 and higher with the -std=c++0x or -std=c++11 flags
  • Visual Studio 12 (2013) and higher

Supports using cmake as a build system. Configure script requires cmake to be installed and on the path.

Examples

Clone this wiki locally