source: CMT/v1r14p20031120/doc/download.html @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 2.8 KB
Line 
1
2<center><h1><b>Download</b></h1></center>
3
4<hr>
5<br>
6<p>
7The current stable main version of CMT is v1r14. However
8patched versions can be also produced (fixing bugs or
9providing backward compatible improvements). Users are welcome
10to try these new versions when they appear (and report from
11their experience), although they must be considered as less
12stable than the main current version.
13
14<p>
15Please notice that (at least from v1r6) the odd version
16numbers must be considered as <i>development</i> or
17<i>patched</i> versions (and as such are somewhat unstable),
18and they may be updated from time to time. Whenever such a
19development version comes to the point it can be stabilized,
20it will be renamed to the next even number. As soon as a new
21frozen version is installed, the intermediate patches are
22removed, and new development versions may be proposed
23(eg. under the name <tt>v1r&lt;n+1&gt;p&lt;date&gt;</tt>).
24
25<p>
26For each of the following tags, you'll find a distribution kit
27for the sources and (for the latest ones) some prepared binary
28files.
29
30<ul>
31<li> <a href="v1r14p20031120/CMTDownload.html">v1r14p20031120</a> <i>Current iteration for the v1r14 release</i>
32<li> <a href="v1r12p20020606/CMTDownload.html">v1r12p20020606</a> <i>Current iteration for v1r12</i>
33<li> <a href="v1r10p20011126/CMTDownload.html">v1r10p20011126</a> <i>(patched version of v1r10)</i>
34<li> <a href="v1r10/CMTDownload.html">v1r10</a>
35<li> <a href="v1r8p20010710/CMTDownload.html">v1r8p20010710</a> <i>(bug fixed with respect to v1r8 should be fetched instead of v1r8!!)</i>
36<li> <a href="v1r8/CMTDownload.html">v1r8</a>
37</ul>
38
39<p>In order to download the distribution kit, select a root directory
40where CMT will be installed. Get the kit either from the above WEB
41pages (or using the <b>wget</b> utility) and un-tar all the kits you
42have selected:
43
44<blockquote><i>Tar balls are compressed using the <tt>compress</tt> utility until v1r12p20020606. Their
45extension is therefore <tt>.Z</tt> and <tt>uncompress</tt> should be used to uncompress them. Since
46v1r14p20031014, <tt>gzip</tt> is used. Their suffix is now <tt>.gz</tt> and the <tt>z</tt> option of
47<tt>tar</tt> can be directly used.</i></blockquote>
48
49<blockquote>
50<pre>
51&gt; cd &lt;some root&gt;
52&gt; wget http://www.cmtsite.org/v1r14p&lt;xxx&gt;/CMTv1r14p&lt;xxx&gt;.tar.gz
53&gt; tar xzf CMTv1r14p&lt;xxx&gt;.tar.gz
54</pre>
55</blockquote>
56
57<p>Then you may either <a href="install.html">rebuild</a> CMT or
58download one of the optional pre-built binary kits (note that even if
59you select to get one of the prebuilt binaries, you always have to
60first download the source kit).<p>
61
62<p>If you wish to build CMT on other plateforms, you just need a
63C++ compiler (supporting templates - STL is not needed) and a
64bash-like shell.
65<p>
66<hr>
Note: See TracBrowser for help on using the repository browser.