summaryrefslogtreecommitdiffstats
path: root/Web/HTML/Documentation.html
blob: 74b0dbba1043f94488ac28af5c8d9ecb64f55ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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 due to the automated
    "wrapping" process that 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 CMake. 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>