News.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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>Current news </font>is listed in the following. Please visit the
  12. CMake mailing list and archives for detailed information.
  13. <ul>
  14. <li>CMake Release 0.2 available in July, 2001. This release is to
  15. include precompiled binaries and install shield for the Windows
  16. MSVC environment.
  17. <li>VTK 4.0 (release in late 2001) will adopt CMake as its build
  18. environment. A working CVS repository is currently functioning
  19. with CMake in preparation for the change.
  20. <li>VXL computer vision/image processing system adopts CMake as its
  21. build environment.
  22. <li>Insight segmentation and registration toolkit (ITK) supports
  23. development of the CMake environment.
  24. </ul>
  25. </div>
  26. </td>
  27. </tr>
  28. </table>
  29. </td>
  30. </tr>
  31. </table>
  32. </body>
  33. </html>