Changeset 93 for cmtsite/install.html
- Timestamp:
- Sep 9, 2005, 6:22:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cmtsite/install.html
r70 r93 7 7 --> 8 8 9 <center><h1><b>Install </b></h1></center>9 <center><h1><b>Installing from the source kit</b></h1></center> 10 10 11 11 <br> … … 14 14 <h2>On Unix platforms</h2> 15 15 <blockquote> 16 First download the <a href="download.html">source distribution kit, as 17 follows:</a>. 18 19 <blockquote> 20 <pre> 21 > cd <some root> 22 > wget http://www.cmtsite.org/v1r<nn>p<xxx>/CMTv1r<nn>p<xxx>.tar.gz 23 > tar xzf CMTv1r<nn>p<xxx>.tar.gz 24 </pre> 25 </blockquote> 16 First download the <a href="download.html">source distribution kit</a>. 26 17 27 18 <p>This results in a directory structure like: … … 91 82 92 83 <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 > wget http://www.cmtsite.org/v1r<nn>p<xxx>/CMT-v1r<nn>p<xxx>-1.i386.rpm102 > rpm -Uvh --relocate /CMT=<some root>/CMT CMT-v1r<nn>p<xxx>-1.i386.rpm103 > source <some root>/CMT/v1r<nn>p<xxx>/mgr/setup.[c]sh104 </pre>105 </blockquote>106 107 Once the installation is complete, CMT is ready to use.108 109 </p>110 </blockquote>111 112 <hr>113 84 <h2>On Windows platforms</h2> 114 85
Note:
See TracChangeset
for help on using the changeset viewer.