I assume that we already have well compiled recent release of root and geant4 and we already know how to use both of code. if you need to know installing and using method of both code, please visit geant4 and root homepage.
To use following configuration, ROOTSYS environment variable must be set already.
export ROOTSYS=/path/to/root
If you use recent cmake distribution, you might have following error.
Then simply open your FindROOT.cmake file at /path/to/root/etc/FindROOT.cmake. And replace
include(CMakeMacroParseArguments)
to
include(CMakeParseArguments)
CMakeMacroParseArguments is deprecated method in recent cmake utility.
No comments:
Post a Comment