source: cmtsite/download.html @ 270

Last change on this file since 270 was 270, checked in by garonne, 18 years ago

update the version number for download.html

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