1
0

Install.html 807 B

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