Changes between Version 4 and Version 5 of SchoolKias


Ignore:
Timestamp:
Oct 6, 2011, 7:25:57 PM (13 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SchoolKias

    v4 v5  
    9494    Root is require, in order to make some of the plots in MadEvent.
    9595    a. for !MacOs 10.5, you can install this version: ftp://root.cern.ch/root/root_v5.26.00.macosx105-i386-gcc-4.0.tar.gz
    96     b. for !MacOs 10.6 (and maybe 10.7), you can install this version: ftp://root.cern.ch/root/root_v5.30.02.macosx106-i386-gcc-4.2.tar.gz
     96       After unpacking the directory. you will need to performed the two following action in the terminal
     97{{{
     98cd /usr/local/bin
     99sudo ln -s PATH_TO_YOUR_UNPACK_DIRECOTRY/bin/root .
     100cd
     101emacs .bashrc
     102}}}
     103    The last command will open a terminal, add in this file the following line:
     104{{{
     105    export ROOTSYS=PATH_TO_YOUR_UNPACK_DIRECOTRY
     106}}}
     107    In order to exit the emacs editor, you need to do CTRL-X CTRL-S (this will save your modification) and after CTRL-X CTRL-C. Finally in your terminal you will need to type
     108{{{
     109    source .bashrc
     110}}}
     111    b. for !MacOs 10.6 (and maybe 10.7), you can install this version: ftp://root.cern.ch/root/root_v5.30.02.macosx106-i386-gcc-4.2.tar.gz .Then follow the instruction for !Macos 10.5.
    97112    c. Otherwise, you will need to install from the source: ftp://root.cern.ch/root/root_v5.30.02.source.tar.gz
    98113    After Un-packing, follow the instruction of the file README/INSTALL.