Changes between Version 9 and Version 10 of InstallingROOT


Ignore:
Timestamp:
11/14/18 21:55:45 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingROOT

    v9 v10  
    2929
    3030Note 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
     34To 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).
    3135
    3236== Font size ==