Closed melMass closed 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.
out_transmittance
The culprit was the bin/ folder that Make tries to write to is missing from the repo (it's in the .gitignore)
bin/
So the steps:
vim MakeFile # Delete ARNOLD_PATH and use the env one. mkdir bin make
Thanks for sharing Zeno ! Great experiment.
Thanks for pointing this out - I'll add the compile instructions to the readme!
Compile instructions added
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:
Thanks for sharing Zeno ! Great experiment.