diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2001-06-06 12:49:39 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2001-06-06 12:49:39 (GMT) |
commit | 035849bb24c5f5d6f3ca4101c73499929d48bb88 (patch) | |
tree | 72b581f15eab13dfc1ac090b2175fbe72208717b /Web/index.html | |
parent | dce5c3efccd00286c1fa5698c38e041fc6cb8e35 (diff) | |
download | CMake-035849bb24c5f5d6f3ca4101c73499929d48bb88.zip CMake-035849bb24c5f5d6f3ca4101c73499929d48bb88.tar.gz CMake-035849bb24c5f5d6f3ca4101c73499929d48bb88.tar.bz2 |
ENH:First incarnation of web pages
Diffstat (limited to 'Web/index.html')
-rw-r--r-- | Web/index.html | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/Web/index.html b/Web/index.html new file mode 100644 index 0000000..e28446f --- /dev/null +++ b/Web/index.html @@ -0,0 +1,72 @@ +<!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="600" valign="top" bgcolor="#FFFFFF"> + <div align="left"> +<font size=5>Welcome</font> to CMake, the cross-platform, open-source make +system. CMake is used to control the software compilation process using +simple platform and compiler independent configuration files. CMake +generates native makefiles and workspaces that can be used in the compiler +environment of your choice. CMake is quite sophisticated: it is possible to +support complex environments requiring system configuration, pre-processor +generation, code generation, and template instantiation. Please go <a +href="/CMake/HTML/About.html">here</a> to learn more about CMake. + +<P> +CMake was developed by +<a href="http://www.kitware.com">Kitware</a> as part of the +<a href="http://public.kitware.com/Insight">NLM Insight Segmentation and +Registration Toolkit</a> project. The Advanced Computing Lab at Los Alamos +National Lab also provided support in the context of their parallel +computation environment. Other sponsors include the Insight, +<a href="http://www.kitware.com/vtk.html">VTK</a>, and +<a href="http://www.robots.ox.ac.uk/~vxl/">VXL</a> +open source software communities. + +<p> +The goals for CMake include the following: +<ul> + <li>Develop an open source, cross-platform tool to manage the build process, + <li>Allow the use of native compilers and systems, + <li>Simplify the build process, + <li>Optionally provide a user-interface to manage the build system, + <li>Create an extensible framework, + <li>Grow a self-sustaining community of software users and developers. +</ul> +<p><center> +<a href="http://www.nlm.nih.gov"> +<img align=center src=Art/nlm_logo.gif border=0></a> + +<a href="http://public.kitware.com/Insight"> +<img align=center src=Art/itkLogoSmallTransparentBackground.gif border=0></a> + +<a href="http://www.kitware.com"> +<img align=center src=Art/swooshSmall.gif border=0></a> + +<a href="http://www.acl.lanl.gov/"> +<img align=center src=Art/acl.gif border=0></a> + +</center> +</div> +</td> +</tr> + +</table> + +</td> +</tr> +</table> + +</body> +</html> |