Browse Source

ENH:More tweaks

Will Schroeder 25 years ago
parent
commit
cbba629282
3 changed files with 43 additions and 2 deletions
  1. 1 1
      Web/HTML/Download.html
  2. 40 0
      Web/HTML/Install.html
  3. 2 1
      Web/HTML/SideBar.html

+ 1 - 1
Web/HTML/Download.html

@@ -32,7 +32,7 @@ vlink="#000000" alink="#000000">
     the following commands.
     <p>
     <b>cvs -d :pserver:[email protected]:/insight/cmakecvsroot login</b><br>
-    (respond with password insight)
+    (respond with password cmake)
     <p>
     Follow this command by checking out the source code:<br>
     <b>cvs -d :pserver:[email protected]:/insight/cmakecvsroot co CMake</b>

+ 40 - 0
Web/HTML/Install.html

@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+
+<!--#include virtual="/CMake/HTML/Head.html"-->
+
+<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 text="black" link="#FFFFFF" 
+vlink="#000000" alink="#000000">
+
+<!--#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>

+ 2 - 1
Web/HTML/SideBar.html

@@ -3,8 +3,9 @@
     <a href="/CMake/index.html">&nbsp;Home</a><br><br>
     <a href="/CMake/HTML/About.html">&nbsp;About</a><br><br>
     <a href="/CMake/HTML/Sponsors.html">&nbsp;Sponsors</a><br><br>
-    <a href="/CMake/HTML/Examples.html">&nbsp;Example</a><br><br>
     <a href="/CMake/HTML/Download.html">&nbsp;Download</a><br><br>
+    <a href="/CMake/HTML/Install.html">&nbsp;Install</a><br><br>
+    <a href="/CMake/HTML/Examples.html">&nbsp;Example</a><br><br>
     <a href="/CMake/HTML/Documentation.html">&nbsp;Documentation</a><br><br>
     <a href="/CMake/HTML/FAQ.html">&nbsp;FAQ</a><br><br>
     <a href="/CMake/HTML/MailingLists.html">&nbsp;Mailing Lists</a><br><br>