zpelgrims / pota

Polynomial optics to Arnold. Camera shader with high-order aberrations, including bidirectional filter that adaptively samples out-of-focus highlights.
https://www.lentil.xyz
20 stars 5 forks source link

Build on OSX #5

Closed melMass closed 6 years ago

melMass commented 6 years ago

It might sound silly but after a few tries I wasn't able to compile, I commented out all unused out_transmittance, but the linker still failed.

The culprit was the bin/ folder that Make tries to write to is missing from the repo (it's in the .gitignore)

So the steps:

vim MakeFile # Delete ARNOLD_PATH and use the env one.
mkdir bin
make

Thanks for sharing Zeno ! Great experiment.

zpelgrims commented 6 years ago

Thanks for pointing this out - I'll add the compile instructions to the readme!

zpelgrims commented 6 years ago

Compile instructions added