diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2001-06-06 17:37:18 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2001-06-06 17:37:18 (GMT) |
commit | b31fcf1cacf720bcd02ee9ea657c2a26be54f064 (patch) | |
tree | 06143092b8554695465378b997f6e22b6475c6cf | |
parent | 99221554236a3b39601d798ca3f793990e22a4a1 (diff) | |
download | CMake-b31fcf1cacf720bcd02ee9ea657c2a26be54f064.zip CMake-b31fcf1cacf720bcd02ee9ea657c2a26be54f064.tar.gz CMake-b31fcf1cacf720bcd02ee9ea657c2a26be54f064.tar.bz2 |
ENH:Some more tweaks
-rw-r--r-- | Web/HTML/About.html | 9 | ||||
-rw-r--r-- | Web/HTML/Documentation.html | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/Web/HTML/About.html b/Web/HTML/About.html index 47d51cd..e05abfe 100644 --- a/Web/HTML/About.html +++ b/Web/HTML/About.html @@ -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 diff --git a/Web/HTML/Documentation.html b/Web/HTML/Documentation.html index 74b0dbb..239c864 100644 --- a/Web/HTML/Documentation.html +++ b/Web/HTML/Documentation.html @@ -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 |