Changeset 93 for cmtsite


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

Install and download - see CL#01

Location:
cmtsite
Files:
1 added
2 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>
  • cmtsite/install.html

    r70 r93  
    77-->
    88
    9 <center><h1><b>Install</b></h1></center>
     9<center><h1><b>Installing from the source kit</b></h1></center>
    1010
    1111<br>
     
    1414<h2>On Unix platforms</h2>
    1515<blockquote>
    16   First download the <a href="download.html">source distribution kit, as
    17   follows:</a>.
    18 
    19   <blockquote>
    20     <pre>
    21 &gt; cd &lt;some root&gt;
    22 &gt; wget http://www.cmtsite.org/v1r&lt;nn&gt;p&lt;xxx&gt;/CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
    23 &gt; tar xzf CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
    24     </pre>
    25   </blockquote>
     16  First download the <a href="download.html">source distribution kit</a>.
    2617
    2718  <p>This results in a directory structure like:
     
    9182
    9283<hr>
    93 <h2>On Redhat Linux platforms</h2>
    94 
    95 <blockquote>
    96   <p>
    97      For those platforms, a binary RPM is available. The installation procedure becomes:
    98 
    99   <blockquote>
    100     <pre>
    101 &gt; wget http://www.cmtsite.org/v1r&lt;nn&gt;p&lt;xxx&gt;/CMT-v1r&lt;nn&gt;p&lt;xxx&gt;-1.i386.rpm
    102 &gt; rpm -Uvh --relocate /CMT=&lt;some root&gt;/CMT CMT-v1r&lt;nn&gt;p&lt;xxx&gt;-1.i386.rpm
    103 &gt; source &lt;some root&gt;/CMT/v1r&lt;nn&gt;p&lt;xxx&gt;/mgr/setup.[c]sh
    104     </pre>
    105   </blockquote>
    106 
    107      Once the installation is complete, CMT is ready to use.
    108 
    109   </p>
    110 </blockquote>
    111 
    112 <hr>
    11384<h2>On Windows platforms</h2>
    11485
Note: See TracChangeset for help on using the changeset viewer.