Documentation.html 2.3 KB

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