Installing CASToR with CMAKE

Hello,

I just came across that when you install CASToR with CMake, all the binaries are built in the build folder. However, when you install it with the provided Makefile, the binaries are in the bin folder.

In the documentation, sections 3.4.1 and 3.4.2, Installing CASToR with the provide Makefile (Item 4) and CMake (Item 6), to add CASToR to the environment, both methods say add

export PATH=$PATH:/path/to/CASToR/bin

to bash or zst. Maybe it needs a remark or note.

Best,
Seyyed

Hi Seyyed,
Thank you for pointing this out.
It depends on how CMake is configured really, I believe most CMake choose to directly move the executables to the installation path, thus not requiring to set up the path. But I agree the doc needs a correction.

Thanks!
Thibaut