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