Files
2016-08-19 20:19:28 +09:00
..
2016-04-19 13:11:55 +09:00
2016-04-18 17:59:17 +09:00
2016-05-12 01:13:47 +09:00
2016-08-19 20:19:28 +09:00
2016-04-19 13:11:55 +09:00

Build&Test

Use makefile

$ make check

Use ninja + kuroga

Assume

  • ninja 1.4+
  • python 2.6+

Are installed.

Linux/MacOSX

$ python kuroga.py config-posix.py
$ ninja

Windows

Visual Studio 2013 is required to build tester.

On Windows console.

> python kuroga.py config-msvc.py
> vcbuild.bat

Or on msys2 bash,

$ python kuroga.py config-msvc.py
$ cmd //c vcbuild.bat