Skip to content

samdsk/cern-root-compile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

cern-root-compile

Makefile for C++ Projects which use Cern Root Libraries

If you get errors like "root-config" no such file in directory, try this:

type in in terminal

this will open a bash hidden file

gedit ~/.bashrc 

add this line at the end of bash file

source /path to root/bin/thisroot.sh 

replace path to root with full path to your root dir where you installed it.

For further information on how to install and setup Root watch Dai xination's step by step guide video

And if it crashes after compiling sometimes probably you did not install Root compiling from Root Source so there can be some missing libraries in your system so you might reinstall it from source.

For further info please refer to Cern Root Forums.

About

Makefile for C++ Projects which use Cern Root Libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published