Files
tinyobjloader/tests
Syoyo Fujita a55247574c Suppress VC2013 warnings.
Update AppVeyor script.
2016-04-19 13:11:55 +09:00
..
2016-04-19 13:11:55 +09:00
2016-04-18 17:59:17 +09:00
2016-04-19 13:11:55 +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

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