diff options
author | Stan Seibert <stan@mtrr.org> | 2011-11-17 12:08:41 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:38 -0700 |
commit | 9b29e7c8a6fe6610ebf52f74666fbe5860fa031c (patch) | |
tree | 5c27a2fe68181ca3f99d6292cd8ff6ec2edd74eb /doc | |
parent | 038a2fc5081a26dbcca6c9a87021a0ca3dfcad09 (diff) | |
download | chroma-9b29e7c8a6fe6610ebf52f74666fbe5860fa031c.tar.gz chroma-9b29e7c8a6fe6610ebf52f74666fbe5860fa031c.tar.bz2 chroma-9b29e7c8a6fe6610ebf52f74666fbe5860fa031c.zip |
Update ROOT version number and make the numbers consistent. (Hat tip to mastbaum for noticing the discrepancy.)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index f882059..c2f8ce8 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -170,19 +170,19 @@ want to use ROOT to analyze the output of Chroma. Begin by downloading the ROOT 5.30 tarball from `the ROOT download page <http://root.cern.ch/drupal/content/production-version-530>`_. -As of this writing, the latest version is 5.30.02. Then, from the +As of this writing, the latest version is 5.30.04. Then, from the download directory, execute the following commands:: - tar xvf root_v5.30.02.source.tar.gz + tar xvf root_v5.30.04.source.tar.gz mkdir $VIRTUAL_ENV/src/ - mv root $VIRTUAL_ENV/src/root-5.30.02 - cd $VIRTUAL_ENV/src/root-5.30.02 + mv root $VIRTUAL_ENV/src/root-5.30.04 + cd $VIRTUAL_ENV/src/root-5.30.04 ./configure make We also need to append a ``source`` line to ``$VIRTUAL_ENV/bin/activate``:: - source $VIRTUAL_ENV/src/root-5.30.01/bin/thisroot.sh + source $VIRTUAL_ENV/src/root-5.30.04/bin/thisroot.sh Step 5: CLHEP and GEANT4 |