🛠️🐜 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.
 
 
 
 
 
 
C. J. Howard c020614567 Add tinyexr module 2 years ago
..
regression Add tinyexr module 2 years ago
Makefile Add tinyexr module 2 years ago
README.md Add tinyexr module 2 years ago
catch.hpp Add tinyexr module 2 years ago
config-msvc.py Add tinyexr module 2 years ago
config-posix.py Add tinyexr module 2 years ago
kuroga.py Add tinyexr module 2 years ago
tester.cc Add tinyexr module 2 years ago
vcbuild.bat Add tinyexr module 2 years ago
win32-filelist-utf8.inc Add tinyexr module 2 years ago
win32-filelist-utf16le.inc Add tinyexr module 2 years ago

README.md

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