summaryrefslogtreecommitdiffstats
path: root/Web/HTML/Download.html
diff options
context:
space:
mode:
Diffstat (limited to 'Web/HTML/Download.html')
-rw-r--r--Web/HTML/Download.html52
1 files changed, 0 insertions, 52 deletions
diff --git a/Web/HTML/Download.html b/Web/HTML/Download.html
deleted file mode 100644
index dc11318..0000000
--- a/Web/HTML/Download.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!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" >
-
-<!--#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>