Documentation.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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="550" valign="top" bgcolor="#FFFFFF">
  10. <div align="left">
  11. <font size=5>CMake documentation </font> is available as follows.
  12. <ul>
  13. <li>As a <a href="/CMake/HTML/CMake.pdf">PDF file</a>.
  14. <li>As a <a href="/CMake/HTML/CMake.rtf">RTF file</a>. (This can
  15. be opened by Word and many other systems.)
  16. </ul>
  17. <p>
  18. For additional information, refer to the
  19. CMake mailing list, or study an existing implementation (such as
  20. <a href="http://public.kitware.com/Insight">ITK</a> or
  21. <a href="http://public.kitware.com/vtk.html">VTK</a>). You can obtain
  22. access to this code as follows.
  23. <P>
  24. <h3>To obtain access to the VTK CVS repository:</h3>
  25. This repository is the "experimental" CMake-based environment. VTK 4.0
  26. will use CMake in preference to the current build environment. VTK is
  27. a very large system for 3D graphics and visualization consisting of
  28. approximately 700 classes and hundreds of thousands of lines of executable
  29. code. It fully exploits CMake's capabilities due to the automated
  30. "wrapping" process that generates interface code to Tcl,
  31. Python, and Java from the C++ header files.
  32. <p>
  33. <b>cvs -d :pserver:[email protected]:/vtk/cvsroot login</b><br>
  34. (respond with password vtk)
  35. <p>
  36. Follow this command by checking out the source code:<br>
  37. <b>cvs -d :pserver:[email protected]:/vtk/cvsroot co vtknew</b>
  38. <p>
  39. <h3>To obtain access to the ITK CVS repository:</h3>
  40. Insight (ITK) is the first project to adopt CMake. It is heavily templated
  41. C++ code using the generic programming style. It has an especially nice
  42. testing environment driven by CMake.
  43. <p>
  44. <b>cvs -d :pserver:[email protected]:/insight/cvsroot login</b><br>
  45. (respond with password insight)
  46. <p>
  47. Follow this command by checking out the source code:<br>
  48. <b>cvs -d :pserver:[email protected]:/insight/cvsroot co Insight</b>
  49. <p>
  50. </div>
  51. </td>
  52. </tr>
  53. </table>
  54. </td>
  55. </tr>
  56. </table>
  57. </body>
  58. </html>