index.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <!--#include virtual="/CMake/HTML/Head.html"-->
  4. <body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 text="black" link="#FFFFFF"
  5. vlink="#000000" alink="#000000">
  6. <!--#include virtual="/CMake/HTML/Table.html"-->
  7. <tr>
  8. <!--#include virtual="/CMake/HTML/SideBar.html"-->
  9. <td width="600" valign="top" bgcolor="#FFFFFF">
  10. <div align="left">
  11. <font size=5>Welcome</font> to CMake, the cross-platform, open-source make
  12. system. CMake is used to control the software compilation process using
  13. simple platform and compiler independent configuration files. CMake
  14. generates native makefiles and workspaces that can be used in the compiler
  15. environment of your choice. CMake is quite sophisticated: it is possible to
  16. support complex environments requiring system configuration, pre-processor
  17. generation, code generation, and template instantiation. Please go <a
  18. href="/CMake/HTML/About.html">here</a> to learn more about CMake.
  19. <P>
  20. CMake was developed by
  21. <a href="http://www.kitware.com">Kitware</a> as part of the
  22. <a href="http://public.kitware.com/Insight">NLM Insight Segmentation and
  23. Registration Toolkit</a> project.
  24. The <a href="http://www.asci.doe.gov/scs/views.htm">ASCI VIEWS project</a>
  25. also provided support in the context of their
  26. parallel computation environment. Other sponsors include the Insight,
  27. <a href="http://www.kitware.com/vtk.html">VTK</a>, and
  28. <a href="http://www.robots.ox.ac.uk/~vxl/">VXL</a>
  29. open source software communities.
  30. <p>
  31. The goals for CMake include the following:
  32. <ul>
  33. <li>Develop an open source, cross-platform tool to manage the build process,
  34. <li>Allow the use of native compilers and systems,
  35. <li>Simplify the build process,
  36. <li>Optionally provide a user-interface to manage the build system,
  37. <li>Create an extensible framework,
  38. <li>Grow a self-sustaining community of software users and developers.
  39. </ul>
  40. <p><center>
  41. <a href="http://www.nlm.nih.gov">
  42. <img align=center src=Art/nlm_logo.gif border=0></a>
  43. <a href="http://public.kitware.com/Insight">
  44. <img align=center src=Art/itkLogoSmallTransparentBackground.gif border=0></a>
  45. <a href="http://www.kitware.com">
  46. <img align=center src=Art/swooshSmall.gif border=0></a>
  47. <a href="http://www.acl.lanl.gov/">
  48. <img align=center src=Art/asci.gif border=0></a>
  49. </center>
  50. </div>
  51. </td>
  52. </tr>
  53. </table>
  54. </td>
  55. </tr>
  56. </table>
  57. </body>
  58. </html>