Install.html 867 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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>Install </font> CMake differently depending on the
  12. operating system.
  13. <ul>
  14. <li>On Unix, you would perform the following:<pre>
  15. ./configure
  16. make
  17. make install </pre>
  18. <li>On Windows MSVC systems, find the CMakeSetup.dsw workspace and
  19. compile that project. (Note: pre-compiled binaries will be
  20. available shortly.)
  21. </ul>
  22. </div>
  23. </td>
  24. </tr>
  25. </table>
  26. </td>
  27. </tr>
  28. </table>
  29. </body>
  30. </html>