Changes between Version 2 and Version 3 of InstallingROOT
- Timestamp:
- 10/29/18 21:14:36 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingROOT
v2 v3 10 10 [4] cmake ../root-6.14.04-src # Create the build environment 11 11 [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 14 13 }}} 15 14 … … 25 24 [4] cmake -Dqt=ON ../root-6.14.04-src 26 25 }}} 26 27 Note 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.