ROOT

From CLONWiki
Revision as of 16:20, 5 June 2019 by Boiarino (talk | contribs) (Created page with "Installation (version 6.16.0 and GCC 8.3.0 in this example): * cd /apps/root * git clone http://github.com/root-project/root.git 6.16.0 * cd 6.16.0 * git checkout -b v6-16...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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