ENH:Some more tweaks
This commit is contained in:
parent
9922155423
commit
b31fcf1cac
|
@ -90,12 +90,13 @@ vlink="#000000" alink="#000000">
|
|||
<h3>The Origins of CMake</h3> CMake was created in response to the need
|
||||
for a powerful, cross-platform build environment for the Insight
|
||||
Segmentation and Registration Toolkit (ITK) funded by NLM as part of the
|
||||
Visible Human Project. It grew out of an earlier system called
|
||||
Visible Human Project. It was influenced by an earlier system called
|
||||
<b>pcmaker</b> created by Ken Martin and other developers to support the
|
||||
<a href="http://public.kitware.com/vtk.html">Visualization Toolkit
|
||||
(VTK)</a> open source 3D graphics and visualization system. To create
|
||||
CMake, Bill Hoffman at Kitware incorporated some key ideas from pcmaker,
|
||||
with the thought to adopt some of the functionality of the Unix
|
||||
and added many more of his own, with the thought to adopt some of the
|
||||
functionality of the Unix
|
||||
<b>configure</b> tool. The initial CMake implementation was mid-2000,
|
||||
with acclerated development occuring in early 2001. Many improvements
|
||||
were due to the influences of other developers incorporating CMake into
|
||||
|
@ -106,8 +107,8 @@ vlink="#000000" alink="#000000">
|
|||
automated wrapping environment and
|
||||
<a href="http://public.kitware.com/GCC_XML">GCC-XML</a>, and
|
||||
GE Corporate R&D required support of their testing infrastructure
|
||||
(the <a href="http://public.kitware.com/Insight/Testing/HTML/TestingResults/Dashboard/MostRecentResults-Nightly/Dashboard.html">quality dashboard</a>). Other
|
||||
features were added by Ken Martin to support the transition of VTK's
|
||||
(the <a href="http://public.kitware.com/Insight/Testing/HTML/TestingResults/Dashboard/MostRecentResults-Nightly/Dashboard.html">quality dashboard</a>).
|
||||
Other features were added to support the transition of VTK's
|
||||
build environment to CMake, and to support ParaView, a parallel
|
||||
visualization system to support the
|
||||
<a href="http://www.acl.lanl.gov/">Advanced Computing Lab</a> at Los Alamos
|
||||
|
|
|
@ -15,12 +15,14 @@ vlink="#000000" alink="#000000">
|
|||
<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
|
||||
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
|
||||
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.
|
||||
Improved documentation will be available in summer 2001.
|
||||
<P>
|
||||
<h3>To obtain access to the VTK CVS repository:</h3>
|
||||
This repository is the "experimental" CMake-based environment. VTK 4.0
|
||||
|
|
Loading…
Reference in New Issue