[Gate-users] Root installation

Mojca Miklavec mojca.miklavec.lists at gmail.com
Tue Jul 16 11:02:14 CEST 2013


On Tue, Jul 16, 2013 at 10:37 AM, Abdella Mohammednur wrote:
>
> Can anybody help me in installing Root?

Try to install it with cmake. For example:
   cd gate
   mkdir root-build
   mkdir root-inst
   cd root-build
   ccmake ../root
   # make sure to set CMAKE_INSTALL_PREFIX to absolute path of root-inst
   make
   make install

See http://root.cern.ch/drupal/content/building-root-cmake

Mojca


More information about the Gate-users mailing list