Changes between Version 9 and Version 10 of InstallingROOT
- Timestamp:
- 11/14/18 21:55:45 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingROOT
v9 v10 29 29 30 30 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. 31 32 == Saving Space == 33 34 To save space, after compilation you can create a binary package with `make package`. This will create a `.tar.gz` file. You can then extract (`tar xvfz`) this file to any location you like (the default ist `./root`) and remove the build directory (and if you like also the source directory). 31 35 32 36 == Font size ==