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 | {{{ |
| 98 | cd /usr/local/bin |
| 99 | sudo ln -s PATH_TO_YOUR_UNPACK_DIRECOTRY/bin/root . |
| 100 | cd |
| 101 | emacs .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. |