DeclanRussell / IntelOIDenoiser

A simple implementation of Intels Open Image denoiser -> https://github.com/OpenImageDenoise/oidn
MIT License
103 stars 19 forks source link

The project is not being built #7

Closed 8bitniksis closed 3 years ago

8bitniksis commented 3 years ago

image

DeclanRussell commented 3 years ago

Hi @8bitniksis, You'll need to grab the boost DLLs, (and any other DLLs) from the distribution here. Just download, extract the distribution and put the DLLs in the appropriate places in the contrib folder.

8bitniksis commented 3 years ago

So image Dlls in folders, but didn't build

DeclanRussell commented 3 years ago

The files need to be in contrib\win\OpenImageIO\bin, like in the error you posted above. Though it seems your path is just contrib\OpenImageIO\bin (notice the missing win directory).

8bitniksis commented 3 years ago

image Update folder, but didn't work

DeclanRussell commented 3 years ago

Hmm, can you try running scons from the the E:\Downloads\IntelOIDenoiser-master\IntelOIDenoiser-master directory?

8bitniksis commented 3 years ago

:D It's work, big thx

DeclanRussell commented 3 years ago

Great to hear 😄