🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

401 B

Build&Test

Prepare

Clone https://github.com/openexr/openexr-images to ../../../ directory. (Or edit path to openexr-images in tester.cc)

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