source: cmtsite/download.html @ 370

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

latest update

  • Property svn:eol-style set to native
File size: 5.8 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="v1r20/CMTDownload.html">v1r20</a><i>Current iteration for the v1r20 release</i>
70<li> <a href="v1r19/CMTDownload.html">v1r19</a><i>An iteration for the v1r19 release</i>
71<li> <a href="v1r18p20061003/CMTDownload.html">v1r18p20061003</a> <i>An iteration for the v1r18 release</i>
72<li> <a href="v1r18p20060606/CMTDownload.html">v1r18p20060606</a> <i>An iteration for the v1r18 release</i>
73<li> <a href="v1r18p20060505/CMTDownload.html">v1r18p20060505</a> <i>An iteration for the v1r18 release</i>
74<li> <a href="v1r18p20060301/CMTDownload.html">v1r18p20060301</a> <i>An iteration for the v1r18 release</i>
75<li> <a href="v1r18p20051108/CMTDownload.html">v1r18p20051108</a> <i>An iteration for the v1r18 release</i>
76<li> <a href="v1r18p20050501/CMTDownload.html">v1r18p20050501</a> <i>An iteration for the v1r18 release</i>
77<li> <a href="v1r16p20040901/CMTDownload.html">v1r16p20040901</a> <i>Current iteration for the v1r16 release</i>
78<li> <a href="v1r14p20031120/CMTDownload.html">v1r14p20031120</a> <i>Current iteration for the v1r14 release</i>
79<li> <a href="v1r12p20020606/CMTDownload.html">v1r12p20020606</a> <i>Current iteration for v1r12</i>
80<li> <a href="v1r10p20011126/CMTDownload.html">v1r10p20011126</a> <i>(patched version of v1r10)</i>
81<li> <a href="v1r10/CMTDownload.html">v1r10</a>
82<li> <a href="v1r8p20010710/CMTDownload.html">v1r8p20010710</a> <i>(bug fixed with respect to v1r8 should be fetched instead of v1r8!!)</i>
83<li> <a href="v1r8/CMTDownload.html">v1r8</a>
84</ul>
85
86<p>In order to download the distribution kit, select a root directory
87where CMT will be installed. Get the kit either from the above WEB
88pages (or using the <b>wget</b> utility) and un-tar all the kits you
89have selected:
90
91<blockquote><i>Tar balls are compressed using the <tt>compress</tt> utility until v1r12p20020606. Their
92extension is therefore <tt>.Z</tt> and <tt>uncompress</tt> should be used to uncompress them. Since
93v1r14p20031014, <tt>gzip</tt> is used. Their suffix is now <tt>.gz</tt> and the <tt>z</tt> option of
94<tt>tar</tt> can be directly used.</i></blockquote>
95
96<blockquote>
97<pre>
98&gt; cd &lt;some root&gt;
99&gt; wget http://www.cmtsite.org/v1r&lt;nn&gt;p&lt;xxx&gt;/CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
100&gt; tar xzf CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
101</pre>
102</blockquote>
103
104Or, on a MacOSX machine:
105
106<blockquote>
107<pre>
108Mac&gt; cd &lt;some root&gt;
109Mac&gt; curl http://www.cmtsite.org/v1r&lt;nn&gt;p&lt;xxx&gt;/CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
110Mac&gt; tar xzf CMTv1r&lt;nn&gt;p&lt;xxx&gt;.tar.gz
111</pre>
112</blockquote>
113
114<i>Note that on a Windows machine you can easily get the
115<tt>wget</tt> utility from <a
116href="http://www.gnu.org/software/wget/wget.html">the official wget
117Web site</a>. Just download the binary and use it.</i>
118
119<p>Then you may either <a href="install.html">rebuild</a> CMT or
120download one of the optional pre-built binary kits (note that since
121the v1r18 serie, each binary kit is entirely autonomous and no longer
122requires the source kit).<p>
123
124<p>If you wish to build CMT on other plateforms, you just need a
125C++ compiler (supporting templates - STL is not needed) and a
126bash-like shell.
127<p>
128
129<hr>
130<h2>Using <tt>pacman</tt></h2>
131
132<blockquote>
133  <p><i>This method is only available since CMT v1r16p20040901</i></p>
134
135  <p>
136     For users having access to the <a
137     href="http://physics.bu.edu/~youssef/pacman/"><tt>pacman</tt></a>
138     tool, the procedure to download and install CMT becomes:
139
140  <blockquote>
141    <pre>
142&gt; pacman -get CMT:CMT
143
144or:
145
146&gt; pacman -get "CMT:CMT | version('v1r&lt;nn&gt;p&lt;xxx&gt;')"
147    </pre>
148  </blockquote>
149
150     Once the installation is complete, CMT is ready to use.
151
152  </p> 
153</blockquote>
154
155
156<hr>
Note: See TracBrowser for help on using the repository browser.