blob: e870f372e3538ced268ffc6b1b28ada4c5463bc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<!--#include virtual="/CMake/HTML/Head.html"-->
<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 >
<!--#include virtual="/CMake/HTML/Table.html"-->
<tr>
<!--#include virtual="/CMake/HTML/SideBar.html"-->
<td width="550" valign="top" bgcolor="#FFFFFF">
<div align="left">
<font size=5>Install </font> CMake differently depending on the
operating system.
<ul>
<li>On Unix, you would perform the following:<pre>
./configure
make
make install </pre>
<li>On Windows MSVC systems, find the CMakeSetup.dsw workspace and
compile that project. (Note: pre-compiled binaries will be
available shortly.)
</ul>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|