Enabe roofit (root 6.10.8)

Dears,
I’m reinstalling root (v6.10.8) and this time I would like to enable roofit.
The usual command that I use to install root are the one reported on the user guide: cmake ./source_path
and cmake --build
I found in internet that to enble roofit you should add --enable roofit after the ./configure
but I didn’t found any help using the cmake. Probably it is a very simple and stupid question, but someone can explain me how to enable roofit?
thanks in advance.

Hi,
the list of build options for CMake can be found here.

In your case this should suffice when configuring the build directory: cmake -Droofit=ON ./source_path

Cheers,
Enrico

thanks a lot Enrico!!! :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.