While installing ROOT, here are some suggested configure options: ./configure macosx64 --enable-unuran --enable-minuit2 --enable-roofit --enable-builtin-pcre
To test some components after installation: gSystem->Load("libTMVA"); TMVA::kGaus gSystem->Load("libRooFit");
Changed:
< <
To install ROOT in ubuntu: sudo apt-get install root-system
> >
To install ROOT in ubuntu: sudo apt-get install root-system (Though we recommend installing from source in order to allow multiple versions of ROOT to run on the same system.)
While installing ROOT, here are some suggested configure options: ./configure macosx64 --enable-unuran --enable-minuit2 --enable-roofit --enable-builtin-pcre
To test some components after installation: gSystem->Load("libTMVA"); TMVA::kGaus gSystem->Load("libRooFit");
To install ROOT in ubuntu: sudo apt-get install root-system
While installing ROOT, here are some suggested configure options: ./configure macosx64 --enable-unuran --enable-minuit2 --enable-roofit --enable-builtin-pcre
To test some components after installation: gSystem->Load("libTMVA"); TMVA::kGaus gSystem->Load("libRooFit");
Added:
> >
To install ROOT in ubuntu: sudo apt-get install root-system