source: CMT/v1r12p20020606/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.9 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 v1r12. 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 for the
27sources and (for the latest ones) optionally some prepared binary
28files.
29
30<ul>
31<li> <a href="v1r13/CMTDownload.html">v1r13</a> <i>Development version for testing new structing style (with no version directory)</i>
32<li> <a href="v1r12p20020606/CMTDownload.html">v1r12p20020606</a> <i>Current iteration for v1r12</i>
33<li> <a href="v1r12p20020515/CMTDownload.html">v1r12p20020515</a> <i>iteration for v1r12</i>
34<li> <a href="v1r12p20020411/CMTDownload.html">v1r12p20020411</a> <i>First iteration for new v1r12</i>
35<li> <a href="v1r10p20011126/CMTDownload.html">v1r10p20011126</a> <i>(patched version of v1r10)</i>
36<li> <a href="v1r10p20011113/CMTDownload.html">v1r10p20011113</a> <i>(patched version of v1r10)</i>
37<li> <a href="v1r10/CMTDownload.html">v1r10</a>
38<li> <a href="v1r8p20010710/CMTDownload.html">v1r8p20010710</a> <i>(bug fixed with respect to v1r8 should be fetched instead of v1r8!!)</i>
39<li> <a href="v1r8/CMTDownload.html">v1r8</a>
40<li> <a href="v1r6/CMTDownload.html">v1r6</a>
41<li> <a href="v1r5/CMTDownload.html">v1r5</a>
42<li> <a href="v1r4/CMTDownload.html">v1r4</a>
43</ul>
44
45<p>In order to download the distribution kit, select a root directory
46where CMT will be installed. Get the kit either from the above WEB
47pages (or using the <b>wget</b> utility) and un-tar all the kits you
48have selected:
49
50<blockquote>
51<pre>
52&gt; cd &lt;some root&gt;
53&gt; wget http://www.cmtsite.org/v1r12pxxx/CMTv1r12pxxx.tar.Z
54&gt; uncompress CMTv1r12pxxx.tar.Z
55&gt; tar xvf CMTv1r12pxxx.tar
56</pre>
57</blockquote>
58
59<p>Then you may either <a href="install.html">rebuild</a> CMT or
60download one of the optional pre-built binary kits (note that even if
61you select to get one of the prebuilt binaries, you always have to
62first download the source kit).<p>
63
64<p>If you wish to build CMT on other plateforms, you just need a
65C++ compiler (supporting templates - STL is not needed) and a
66bash-like shell.
67<p>
68<hr>
Note: See TracBrowser for help on using the repository browser.