ComputationalRadiationPhysics / isaac

In Situ Animation of Accelerated Computations :microscope:
http://ComputationalRadiationPhysics.github.io/isaac/
GNU Lesser General Public License v3.0
25 stars 15 forks source link

Mention CMAKE_INSTALL_PREFIX in INSTALL.md #171

Closed PrometheusPi closed 1 year ago

PrometheusPi commented 1 year ago

Perhaps one should mention the use of of -DCMAKE_INSTALL_PREFIX=/your/path in the ISAAC install already. Otherwise, a system-wide installation is attempted. https://github.com/ComputationalRadiationPhysics/isaac/blob/dev/INSTALL.md#installing-the-library

psychocoderHPC commented 1 year ago

This is basic CMake knowledge. I would avoid mentioning it because ISAAC is not CMake documentation. The system-wide installation will fail anyway if you do not install with root rights, which is generally a bad idea.

PrometheusPi commented 1 year ago

I am fine with that and will close the issue