CMake/Web/HTML/Download.html

54 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<!--#include virtual="/CMake/HTML/Head.html"-->
<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 text="black" link="#FFFFFF"
vlink="#000000" alink="#000000">
<!--#include virtual="/CMake/HTML/Table.html"-->
<tr>
<!--#include virtual="/CMake/HTML/SideBar.html"-->
<td width="550" valign="top" bgcolor="#FFFFFF">
<div align="left">
<font size=5>Download </font>the
<a href="http://public.kitware.com/CMake/CMSetup.exe">
precompiled binary for Windows</a> or
download the source code by using CVS. CVS is a source
code revision control system used by many participants in the open-source
community. There is currently no method to obtain the software as a
packaged zip or tar file. Packaged releases will become available in
the near future.
<p>
To use CVS, you must have it installed on your system. You may wish to
use the
<a href="http://sources.redhat.com/cygwin/">Cygwin</a> tools on Windows
platforms, or <a href="http://www.wincvs.org">WinCVS</a> which provides
a very nice GUI to CVS.
<p>
The source is accessed by checking out a read-only version of the CMake
source code. (Only developers have write-access to the repository. Contact
Kitware at kitware@kitware.com if you require write access.) Use
the following commands.
<p>
<b>cvs -d :pserver:anonymous@public.kitware.com:/CMake/cvsroot login</b><br>
(respond with password cmake)
<p>
Follow this command by checking out the source code:<br>
<b>cvs -d :pserver:anonymous@public.kitware.com:/CMake/cvsroot co CMake</b>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>