[cmake-commits] hoffman committed Download.html 1.111 1.112

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 18 12:57:35 EDT 2007


Update of /cvsroot/CMake/CMakeWeb/HTML
In directory public:/mounts/ram/cvs-serv9725/HTML

Modified Files:
	Download.html 
Log Message:
ENH: add nightly windows binary


Index: Download.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/Download.html,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- Download.html	17 Jul 2007 17:25:18 -0000	1.111
+++ Download.html	18 Sep 2007 16:57:33 -0000	1.112
@@ -138,12 +138,26 @@
     <tr bgcolor="#f0f0f0"><td>FTP</td><td><a href="ftp://www.cmake.org/pub/cmake">ftp://www.cmake.org/pub/cmake</a></td></tr>
     </table>
     </td></tr></table>
-
     <A name="cvs"><h2>Current development distribution</h2>
 
- <P>Download the source code by using CVS. CVS is a source
-    code revision control system used by many participants in the open-source
-    community. 
+    <P>Each night a windows binary is created as part of the testing process. 
+    Other than passing all of the tests in CMake, this version of CMake
+    should not be expected to work in a production environment.  It is being
+    produced so that users can test bug fixes done on the CVS branch without
+    having to build cmake.   This is only done for windows since building CMake
+    from source on Linx/UNIX is trival and does not require purchasing a compiler.
+<P>
+     <table width="100%" cellspacing="1" bgcolor="#000000"><tr><td>
+    <table border="0" width="100%" cellspacing="0" bgcolor="#ffffff">
+    <tr class="table-heading" bgcolor="#e0e0e0"><td><b>Nightly CVS Windows Binary</b></td><td><b>Link</b></td></tr>
+
+    <tr><td>HTTP</td><td><a href="http://www.cmake.org/files/vCVS">http://www.cmake.org/files</a></td></tr>
+    </table>
+    </td></tr></table>
+
+    <P>If you want to build from source, you can always download the source
+    code by using CVS. CVS is a source code revision control system used by many
+    participants in the open-source community.
     <p>
     To use CVS, you must have it installed on your system. You may wish to
     use the 
@@ -153,9 +167,15 @@
     <p>
     On UNIX, one may use the <code>bootstrap</code> script provided in
     the source tree to build CMake.
+    <p>
     In order to build the windows version of CMake you will need a
     current binary installation of CMake to bootstrap the build
-    process.  Use the above download link to get it. The source is
+    process.  If you are building on windows and want the CMakeSetup
+    GUI to be built, you must have a compiler that has MFC library
+    support.
+    Use the above download link to get it. 
+    
+    <p>The source is
     accessed by checking out a read-only version of the CMake source
     code:
     <p>



More information about the Cmake-commits mailing list