summaryrefslogtreecommitdiffstats
path: root/Web/HTML/Install.html
diff options
context:
space:
mode:
Diffstat (limited to 'Web/HTML/Install.html')
-rw-r--r--Web/HTML/Install.html39
1 files changed, 0 insertions, 39 deletions
diff --git a/Web/HTML/Install.html b/Web/HTML/Install.html
deleted file mode 100644
index e870f37..0000000
--- a/Web/HTML/Install.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!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>