ROOT: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 21: Line 21:
Everything is ready. Setup environment:
Everything is ready. Setup environment:


* source /apps/root/6.16.0/build/bin/thisroot.sh
* source /apps/root/6.16.0/build/bin/thisroot.csh


Now it can be run:
Now it can be run:


* root
* root

Revision as of 16:25, 5 June 2019

Installation (version 6.16.0 and GCC 8.3.0 in this example):

  • cd /apps/root
  • cd 6.16.0
  • git checkout -b v6-16-00 v6-16-00
  • cd build
  • setenv CC /apps/gcc/8.3.0/bin/gcc
  • setenv CXX /apps/gcc/8.3.0/bin/g++
  • cmake /apps/root/6.16.0
  • cmake --build . -- -j32

Everything is ready. Setup environment:

  • source /apps/root/6.16.0/build/bin/thisroot.csh

Now it can be run:

  • root