Changeset 93 for cmtsite/install.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/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.