Skip to content

Instantly share code, notes, and snippets.

@fredRos
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredRos/fa8b9d670bbbb53f941c to your computer and use it in GitHub Desktop.
Save fredRos/fa8b9d670bbbb53f941c to your computer and use it in GitHub Desktop.
Install ROOT 5.34 without sudo rights

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 root@5.34.18
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment