Hello ROOTers,
Im new in MacOS and i’m trying to building ROOT from source in an old MacBook Pro mid 2014.
I’m following this procedure:
Building
Clone the repo
$ git clone https://github.com/root-project/root.git
$ cd root
$ git checkout -b v6-22-06 v6-22-06 (return in the folder previus cd root)
Make a directory for building
$ mkdir build
$ cd build
Run cmake and make
$ cmake -Dall=ON -Dfortran=ON ../root
$ make -j8
Setup and run ROOT
$ source bin/thisroot.sh
$ mousepad ~/.bashrc
source ~/thisroot.sh
alias root='root -l'
$ root
But fails for many reason:
- Where i find the dipendences? I installed only xcode.
- There is a fastest way to install ROOT with all libraries on MacOS?
- cmake dont find, but i already installed it.
Someone can help me please?
Best Regards.
Please read tips for efficient and successful posting and posting code
_ROOT Version: 6.24.00
_Platform: MacOS Mojave
Compiler: Not Provided