Changes between Version 8 and Version 9 of SchoolKias
- Timestamp:
- Oct 12, 2011, 4:24:36 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchoolKias
v8 v9 38 38 The current last verstion of Root is 5.30, which you can download from here: ftp://root.cern.ch/root/root_v5.30.02.source.tar.gz 39 39 After Un-packing, follow the instruction of the file README/INSTALL. 40 40 Finally you should edit the file ~/.bashrc, by adding the following line into it 41 {{{ 42 export ROOTSYS=PATH_TO_YOUR_UNPACK_DIRECTORY 43 export PATH=$PATH:$ROOTSYS 44 }}} 41 45 42 46