source: cmtsite/download.html @ 305

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

update the version number for download.html

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