source: cmtsite/download.html @ 383

Last change on this file since 383 was 383, checked in by garonne, 17 years ago

update the version number for download.html

  • Property svn:eol-style set to native
File size: 5.9 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<!-- phpmyvisites -->
9<a href="http://www.phpmyvisites.net/" title="phpMyVisites | Open source web analytics"
10onclick="window.open(this.href);return(false);">
11<script type="text/javascript">
12<!--
13var a_vars = Array();
14var pagename='';
15
16var phpmyvisitesSite = 1;
17var phpmyvisitesURL = "http://www.cmtsite.org/phpmv2/phpmyvisites.php";
18//-->
19</script>
20<script language=javascript src="http://www.cmtsite.org/phpmv2/phpmyvisites.js"
21type="text/javascript"></script>
22<noscript>
23<p>phpMyVisites | Open source web analytics
24<img src="http://www.cmtsite.org/phpmv2/phpmyvisites.php" alt="phpMyVisites" style="border:0" />
25</p>
26</noscript>
27</a>
28<!-- /phpmyvisites --> 
29
30<center><h1><b>Download</b></h1></center>
31
32<hr>
33<br>
34
35<blockquote>
36  <i>
37    Please carefully read the <a
38    href="http://www.cecill.info/licences/Licence_CeCILL_V2-en.html">FREE
39    SOFTWARE LICENSING AGREEMENT</a> to which you should fully agree
40    before downloading, installing or using CMT.
41  </i>
42</blockquote>
43
44<p>
45The current stable main version of CMT is v1r18. However
46patched versions can be also produced (fixing bugs or
47providing backward compatible improvements). Users are welcome
48to try these new versions when they appear (and report from
49their experience), although they must be considered as less
50stable than the main current version.
51
52<p>
53Please notice that (at least from v1r6) the odd version
54numbers must be considered as <i>development</i> or
55<i>patched</i> versions (and as such are somewhat unstable),
56and they may be updated from time to time. Whenever such a
57development version comes to the point it can be stabilized,
58it will be renamed to the next even number. As soon as a new
59frozen version is installed, the intermediate patches are
60removed, and new development versions may be proposed
61(eg. under the name <tt>v1r&lt;n+1&gt;p&lt;date&gt;</tt>).
62
63<p>
64For each of the following tags, you'll find a distribution kit
65for the sources and (for the latest ones) some prepared binary
66files.
67
68<ul>
69<li> <a href="v1r20p20070208/CMTDownload.html">v1r20p20070208</a> <i>Current iteration for the v1r20 release</i>
70<li> <a href="v1r20/CMTDownload.html">v1r20</a> <i>First iteration for the v1r20 release</i>
71<li> <a href="v1r19/CMTDownload.html">v1r19</a> <i>An iteration for the v1r19 release</i>
72<li> <a href="v1r18p20061003/CMTDownload.html">v1r18p20061003</a> <i>An iteration for the v1r18 release</i>
73<li> <a href="v1r18p20060606/CMTDownload.html">v1r18p20060606</a> <i>An iteration for the v1r18 release</i>
74<li> <a href="v1r18p20060505/CMTDownload.html">v1r18p20060505</a> <i>An iteration for the v1r18 release</i>
75<li> <a href="v1r18p20060301/CMTDownload.html">v1r18p20060301</a> <i>An iteration for the v1r18 release</i>
76<li> <a href="v1r18p20051108/CMTDownload.html">v1r18p20051108</a> <i>An iteration for the v1r18 release</i>
77<li> <a href="v1r18p20050501/CMTDownload.html">v1r18p20050501</a> <i>An iteration for the v1r18 release</i>
78<li> <a href="v1r16p20040901/CMTDownload.html">v1r16p20040901</a> <i>Current iteration for the v1r16 release</i>
79<li> <a href="v1r14p20031120/CMTDownload.html">v1r14p20031120</a> <i>Current iteration for the v1r14 release</i>
80<li> <a href="v1r12p20020606/CMTDownload.html">v1r12p20020606</a> <i>Current iteration for v1r12</i>
81<li> <a href="v1r10p20011126/CMTDownload.html">v1r10p20011126</a> <i>(patched version of v1r10)</i>
82<li> <a href="v1r10/CMTDownload.html">v1r10</a>
83<li> <a href="v1r8p20010710/CMTDownload.html">v1r8p20010710</a> <i>(bug fixed with respect to v1r8 should be fetched instead of v1r8!!)</i>
84<li> <a href="v1r8/CMTDownload.html">v1r8</a>
85</ul>
86
87<p>In order to download the distribution kit, select a root directory
88where CMT will be installed. Get the kit either from the above WEB
89pages (or using the <b>wget</b> utility) and un-tar all the kits you
90have selected:
91
92<blockquote><i>Tar balls are compressed using the <tt>compress</tt> utility until v1r12p20020606. Their
93extension is therefore <tt>.Z</tt> and <tt>uncompress</tt> should be used to uncompress them. Since
94v1r14p20031014, <tt>gzip</tt> is used. Their suffix is now <tt>.gz</tt> and the <tt>z</tt> option of
95<tt>tar</tt> can be directly used.</i></blockquote>
96
97<blockquote>
98<pre>
99&gt; cd &lt;some root&gt;
100&gt; wget http://www.cmtsite.org/v1r&lt;nn&gt;p&lt;xxx&gt;/CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
101&gt; tar xzf CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
102</pre>
103</blockquote>
104
105Or, on a MacOSX machine:
106
107<blockquote>
108<pre>
109Mac&gt; cd &lt;some root&gt;
110Mac&gt; curl http://www.cmtsite.org/v1r&lt;nn&gt;p&lt;xxx&gt;/CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
111Mac&gt; tar xzf CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
112</pre>
113</blockquote>
114
115<i>Note that on a Windows machine you can easily get the
116<tt>wget</tt> utility from <a
117href="http://www.gnu.org/software/wget/wget.html">the official wget
118Web site</a>. Just download the binary and use it.</i>
119
120<p>Then you may either <a href="install.html">rebuild</a> CMT or
121download one of the optional pre-built binary kits (note that since
122the v1r18 serie, each binary kit is entirely autonomous and no longer
123requires the source kit).<p>
124
125<p>If you wish to build CMT on other plateforms, you just need a
126C++ compiler (supporting templates - STL is not needed) and a
127bash-like shell.
128<p>
129
130<hr>
131<h2>Using <tt>pacman</tt></h2>
132
133<blockquote>
134  <p><i>This method is only available since CMT v1r16p20040901</i></p>
135
136  <p>
137     For users having access to the <a
138     href="http://physics.bu.edu/~youssef/pacman/"><tt>pacman</tt></a>
139     tool, the procedure to download and install CMT becomes:
140
141  <blockquote>
142    <pre>
143&gt; pacman -get CMT:CMT
144
145or:
146
147&gt; pacman -get "CMT:CMT | version('v1r&lt;nn&gt;p&lt;xxx&gt;')"
148    </pre>
149  </blockquote>
150
151     Once the installation is complete, CMT is ready to use.
152
153  </p> 
154</blockquote>
155
156
157<hr>
Note: See TracBrowser for help on using the repository browser.