mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
ENH:First incarnation of web pages
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<!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 software 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:/insight/cmakecvsroot login</b><br>
|
||||
(respond with password insight)
|
||||
<p>
|
||||
Follow this command by checking out the source code:<br>
|
||||
<b>cvs -d :pserver:anonymous@public.kitware.com:/insight/cmakecvsroot co CMake</b>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user