CMake/Web/HTML/Documentation.html

67 lines
2.4 KiB
HTML
Raw Normal View History

2001-06-06 16:49:39 +04:00
<!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>CMake documentation </font> is under construction. You may
2001-06-06 21:37:18 +04:00
wish to view the following
<a href="/CMake/HTML/CMake.pdf.gz">PDF file</a>.
(This file is currently out of date: please
use it as a general guide only.) For definitive information, refer to the
2001-06-06 16:49:39 +04:00
CMake mailing list, or study an existing implementation (such as
<a href="http://public.kitware.com/Insight">ITK </a>or
<a href="http://public.kitware.com/vtk.html">VTK</a>).
2001-06-06 21:37:18 +04:00
Improved documentation will be available in summer 2001.
2001-06-06 16:49:39 +04:00
<P>
<h3>To obtain access to the VTK CVS repository:</h3>
This repository is the "experimental" CMake-based environment. VTK 4.0
will use CMake in preference to the current build environment. VTK is
a very large system for 3D graphics and visualization consisting of
approximately 700 classes and hundreds of thousands of lines of executable
2001-06-06 18:13:49 +04:00
code. It fully exploits CMake's capabilities due to the automated
"wrapping" process that generates interface code to Tcl,
2001-06-06 16:49:39 +04:00
Python, and Java from the C++ header files.
<p>
<b>cvs -d :pserver:anonymous@www.visualizationtoolkit.org:/vtk/cvsroot login</b><br>
(respond with password vtk)
<p>
Follow this command by checking out the source code:<br>
<b>cvs -d :pserver:anonymous@www.visualizationtoolkit.org:/vtk/cvsroot co vtk</b>
<p>
<h3>To obtain access to the ITK CVS repository:</h3>
2001-06-06 18:13:49 +04:00
Insight (ITK) is the first project to adopt CMake. It is heavily templated
2001-06-06 16:49:39 +04:00
C++ code using the generic programming style. It has an especially nice
testing environment driven by CMake.
<p>
<b>cvs -d :pserver:anonymous@public.kitware.com:/insight/cvsroot 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/cvsroot co Insight</b>
<p>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>