Skip to content

WARP-LAB/FreeImage-LuxRender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeImage for LuxRender

This is FreeImage 3.17.0 clone to be used when building LuxRender (on OS X)

  • It has general fixes so that it can be compiled with C++11 and -Wc++11-narrowing
  • It has altered Makefile.osx
    • Builds only 64 bit
    • Specify MACOSX_DEPLOYMENT_TARGET
    • For 10.7+ and C++11 keep -std=c++11 -stdlib=libc++ -Wc++11-narrowing in COMPILERPPFLAGS
    • For 10.7+ and no C++11 remove -std=c++11 -stdlib=libc++ -Wc++11-narrowing in COMPILERPPFLAGS
    • For 10.6 remove -std=c++11 -stdlib=libc++ -Wc++11-narrowing and add -stdlib=libstdc++ in COMPILERPPFLAGS

About

FreeImage clone fixing OSX build (clang and -Wc++11-narrowing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published