Changes between Version 2 and Version 3 of InstallingROOT


Ignore:
Timestamp:
10/29/18 21:14:36 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingROOT

    v2 v3  
    1010[4] cmake ../root-6.14.04-src             # Create the build environment
    1111[5] make                                  # Make root
    12 [6] rm -rf ../root-6.14.04-src            # Now the source can safely be removed
    13 [7] . bin/thisroot.sh                     # Properly setup your environment
     12[6] . bin/thisroot.sh                     # Properly setup your environment
    1413}}}
    1514
     
    2524[4] cmake -Dqt=ON ../root-6.14.04-src
    2625}}}
     26
     27Note that the current version of root (6.14) need RootNewMacros.cmake during compilation of derived projects which is (only) located in the source directory. Therefore, you must not remove or change the name of the source directory. I hope that will be fixed in the future.