65 lines
2.3 KiB
HTML
65 lines
2.3 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>CMake documentation </font> is under construction. You may
|
|
wish to view the following PDF file. This file is out of date: please
|
|
use it as a general guide only. For definitive information, refer to the
|
|
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>).
|
|
Improved documentation will be available at summer's end 2001.
|
|
<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
|
|
code. It fully exploits CMake's capabilities because of the automated
|
|
"wrapping" process that automatically generates interface code to Tcl,
|
|
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>
|
|
Insight (ITK) is the first project to adopt ITK. It is heavily templated
|
|
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>
|