Changeset 93 for cmtsite/download.html


Ignore:
Timestamp:
Sep 9, 2005, 6:22:23 PM (20 years ago)
Author:
arnault
Message:

Install and download - see CL#01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmtsite/download.html

    r69 r93  
    4646
    4747<ul>
    48 <li> <a href="v1r18p20050501/CMTDownload.html">v1r18p20050501</a> <i>Current iteration for the v1r18 release</i>
     48<li> <a href="v1r18p20050901/CMTDownload.html">v1r18p20050901</a> <i>Current iteration for the v1r18 release</i>
     49<li> <a href="v1r18p20050501/CMTDownload.html">v1r18p20050501</a> <i>An iteration for the v1r18 release</i>
    4950<li> <a href="v1r16p20040901/CMTDownload.html">v1r16p20040901</a> <i>Current iteration for the v1r16 release</i>
    5051<li> <a href="v1r14p20031120/CMTDownload.html">v1r14p20031120</a> <i>Current iteration for the v1r14 release</i>
     
    7475</blockquote>
    7576
     77Or, on a MacOSX machine:
     78
     79<blockquote>
     80<pre>
     81Mac&gt; cd &lt;some root&gt;
     82Mac&gt; curl http://www.cmtsite.org/v1r&lt;nn&gt;p&lt;xxx&gt;/CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
     83Mac&gt; tar xzf CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
     84</pre>
     85</blockquote>
     86
     87<i>Note that on a Windows machine you can easily get the
     88<tt>wget</tt> utility from <a
     89href="http://www.gnu.org/software/wget/wget.html">the official wget
     90Web site</a>. Just download the binary and use it.</i>
     91
    7692<p>Then you may either <a href="install.html">rebuild</a> CMT or
    77 download one of the optional pre-built binary kits (note that even if
    78 you select to get one of the prebuilt binaries, you always have to
    79 first download the source kit).<p>
     93download one of the optional pre-built binary kits (note that since
     94the v1r18 serie, each binary kit is entirely autonomous and no longer
     95requires the source kit).<p>
    8096
    8197<p>If you wish to build CMT on other plateforms, you just need a
     
    8399bash-like shell.
    84100<p>
     101
    85102<hr>
     103<h2>Using <tt>pacman</tt></h2>
     104
     105<blockquote>
     106  <p><i>This method is only available since CMT v1r16p20040901</i></p>
     107
     108  <p>
     109     For users having access to the <a
     110     href="http://physics.bu.edu/~youssef/pacman/"><tt>pacman</tt></a>
     111     tool, the procedure to download and install CMT becomes:
     112
     113  <blockquote>
     114    <pre>
     115&gt; pacman -get CMT:CMT
     116
     117or:
     118
     119&gt; pacman -get "CMT:CMT | version('v1r&lt;nn&gt;p&lt;xxx&gt;')"
     120    </pre>
     121  </blockquote>
     122
     123     Once the installation is complete, CMT is ready to use.
     124
     125  </p>
     126</blockquote>
     127
     128
     129<hr>
Note: See TracChangeset for help on using the changeset viewer.