From f3250ededc1c629ff3fd0037544695303b202011 Mon Sep 17 00:00:00 2001 From: suter_a Date: Wed, 15 Oct 2025 07:58:50 +0200 Subject: [PATCH] Update INSTALL --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index f1f97fda4..c1ca96d04 100644 --- a/INSTALL +++ b/INSTALL @@ -18,7 +18,7 @@ directory and cd build cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOTSYS (or where ever musrfit should be installed) cmake --build ./ --clean-first - make install (as superuser -- maybe) + cmake --install ./ (as superuser -- maybe) /sbin/ldconfig (as superuser) cmake configuration allows a couple of switches. For details check the documentation at @@ -31,7 +31,7 @@ An example with NeXus support and BMWlibs needed would look like this cd build cmake ../ -Dnexus=1 -DBMWlibs=1 -DCMAKE_INSTALL_PREFIX=$ROOTSYS cmake --build ./ --clean-first - make install (as superuser -- maybe) + cmake --install ./ (as superuser -- maybe) /sbin/ldconfig (as superuser) In the optimal case everything is ready to be used ;-) @@ -43,7 +43,7 @@ In the optimal case everything is ready to be used ;-) More information regarding software requirements and the installation process can be found here: - http://lmu.web.psi.ch/musrfit/user/MUSR/MusrFitSetup.html + https://lmu.pages.psi.ch/musrfit-docu/setup-standard.html #--------------------------------------------------------------------- # this is the end ...