🛠️🐜 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.

30 lines
401 B

  1. # Build&Test
  2. ## Prepare
  3. Clone `https://github.com/openexr/openexr-images` to `../../../` directory.
  4. (Or edit path to openexr-images in `tester.cc`)
  5. ## Use makefile
  6. $ make check
  7. ## Use ninja + kuroga
  8. Assume
  9. * ninja 1.4+
  10. * python 2.6+
  11. Are installed.
  12. ### Linux/MacOSX
  13. $ python kuroga.py config-posix.py
  14. $ ninja
  15. ### Windows
  16. > python kuroga.py config-msvc.py
  17. > vcbuild.bat