News.html 1.2 KB

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