Installing Root on Mac

Hi ,guys. Can someone tell how to install root on Mac OS X 10.9.4 ? I am a freshman using root on Mac :smiley: . And when I did the installations followed the methods on the official website, I encountered some problems and couldn’t install it in right way. Can some tell me the methods step by step just like this:

[b]The preparation to install root under Ubuntu 9, 10 and 11
//The required packages//

subversion //for /usr/bin/svn
dpkg-dev //for dpkg-architecture (needed by configure to locate system libraries starting from 11)
make //for /usr/bin/make
g++ //for /usr/bin/g++…[/b]

Ps: I can’t use the home brew for some reasons. :frowning:

Here is the post that can solve your problem. Read carefully and find the right solution.

Good luck :smiley:

I encourage to install ROOT 6 instead on OS X Mavericks. ROOT 6 has solved the compatibility issue with OS X 10.9 .

Before installation, simply do
xcode-select --install
than follow the instructions here
root.cern.ch/drupal/content/inst … oot-source

git clone root.cern.ch/git/root.git

cd root
./configure --help
./configure
make