Changeset 93 for cmtsite/download.html
- Timestamp:
- Sep 9, 2005, 6:22:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cmtsite/download.html
r69 r93 46 46 47 47 <ul> 48 <li> <a href="v1r18p20050501/CMTDownload.html">v1r18p20050501</a> <i>Current iteration for the v1r18 release</i> 48 <li> <a href="v1r18p20050901/CMTDownload.html">v1r18p20050901</a> <i>Current iteration for the v1r18 release</i> 49 <li> <a href="v1r18p20050501/CMTDownload.html">v1r18p20050501</a> <i>An iteration for the v1r18 release</i> 49 50 <li> <a href="v1r16p20040901/CMTDownload.html">v1r16p20040901</a> <i>Current iteration for the v1r16 release</i> 50 51 <li> <a href="v1r14p20031120/CMTDownload.html">v1r14p20031120</a> <i>Current iteration for the v1r14 release</i> … … 74 75 </blockquote> 75 76 77 Or, on a MacOSX machine: 78 79 <blockquote> 80 <pre> 81 Mac> cd <some root> 82 Mac> curl http://www.cmtsite.org/v1r<nn>p<xxx>/CMTv1r<nn>p<xxx>.tar.gz 83 Mac> tar xzf CMTv1r<nn>p<xxx>.tar.gz 84 </pre> 85 </blockquote> 86 87 <i>Note that on a Windows machine you can easily get the 88 <tt>wget</tt> utility from <a 89 href="http://www.gnu.org/software/wget/wget.html">the official wget 90 Web site</a>. Just download the binary and use it.</i> 91 76 92 <p>Then you may either <a href="install.html">rebuild</a> CMT or 77 download one of the optional pre-built binary kits (note that even if78 you select to get one of the prebuilt binaries, you always have to 79 first downloadthe source kit).<p>93 download one of the optional pre-built binary kits (note that since 94 the v1r18 serie, each binary kit is entirely autonomous and no longer 95 requires the source kit).<p> 80 96 81 97 <p>If you wish to build CMT on other plateforms, you just need a … … 83 99 bash-like shell. 84 100 <p> 101 85 102 <hr> 103 <h2>Using <tt>pacman</tt></h2> 104 105 <blockquote> 106 <p><i>This method is only available since CMT v1r16p20040901</i></p> 107 108 <p> 109 For users having access to the <a 110 href="http://physics.bu.edu/~youssef/pacman/"><tt>pacman</tt></a> 111 tool, the procedure to download and install CMT becomes: 112 113 <blockquote> 114 <pre> 115 > pacman -get CMT:CMT 116 117 or: 118 119 > pacman -get "CMT:CMT | version('v1r<nn>p<xxx>')" 120 </pre> 121 </blockquote> 122 123 Once the installation is complete, CMT is ready to use. 124 125 </p> 126 </blockquote> 127 128 129 <hr>
Note:
See TracChangeset
for help on using the changeset viewer.