If you install locally without sudo rights, watch out for access to /etc/root
. Parts of ROOT will not work but it doesn't show immediately. Set etcdir
manually!
swmod setinst [email protected]
export ROOTSYS=$HOME/.local/sw/root/linux-debian-testing-x86_64/5.34.18
swmod ./configure --enable-mathmore --enable-minuit2 --enable-roofit --etcdir=$HOME/local/sw/root/linux-debian-testing-x86_64/5.34.18/etc/root
make
make install