diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2001-06-06 14:25:16 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2001-06-06 14:25:16 (GMT) |
commit | cbba62928275b0e97a8c5c9e286d335f01a9755a (patch) | |
tree | d253f8721b9ea3f4dbfbc5be2cbf9148a7dd4d19 /Web | |
parent | 7bd2dbc260194a23cf96031c3395bbe2358de852 (diff) | |
download | CMake-cbba62928275b0e97a8c5c9e286d335f01a9755a.zip CMake-cbba62928275b0e97a8c5c9e286d335f01a9755a.tar.gz CMake-cbba62928275b0e97a8c5c9e286d335f01a9755a.tar.bz2 |
ENH:More tweaks
Diffstat (limited to 'Web')
-rw-r--r-- | Web/HTML/Download.html | 2 | ||||
-rw-r--r-- | Web/HTML/Install.html | 40 | ||||
-rw-r--r-- | Web/HTML/SideBar.html | 3 |
3 files changed, 43 insertions, 2 deletions
diff --git a/Web/HTML/Download.html b/Web/HTML/Download.html index 2096dcc..fe28dca 100644 --- a/Web/HTML/Download.html +++ b/Web/HTML/Download.html @@ -32,7 +32,7 @@ vlink="#000000" alink="#000000"> the following commands. <p> <b>cvs -d :pserver:anonymous@public.kitware.com:/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:anonymous@public.kitware.com:/insight/cmakecvsroot co CMake</b> diff --git a/Web/HTML/Install.html b/Web/HTML/Install.html new file mode 100644 index 0000000..927d47d --- /dev/null +++ b/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> diff --git a/Web/HTML/SideBar.html b/Web/HTML/SideBar.html index 0cb05d4..bc12610 100644 --- a/Web/HTML/SideBar.html +++ b/Web/HTML/SideBar.html @@ -3,8 +3,9 @@ <a href="/CMake/index.html"> Home</a><br><br> <a href="/CMake/HTML/About.html"> About</a><br><br> <a href="/CMake/HTML/Sponsors.html"> Sponsors</a><br><br> - <a href="/CMake/HTML/Examples.html"> Example</a><br><br> <a href="/CMake/HTML/Download.html"> Download</a><br><br> + <a href="/CMake/HTML/Install.html"> Install</a><br><br> + <a href="/CMake/HTML/Examples.html"> Example</a><br><br> <a href="/CMake/HTML/Documentation.html"> Documentation</a><br><br> <a href="/CMake/HTML/FAQ.html"> FAQ</a><br><br> <a href="/CMake/HTML/MailingLists.html"> Mailing Lists</a><br><br> |