[geos-commits] r2261 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Jan 27 20:06:46 EST 2009


Author: pramsey
Date: 2009-01-27 20:06:46 -0500 (Tue, 27 Jan 2009)
New Revision: 2261

Modified:
   trunk/README
Log:
Add to win32 instructions


Modified: trunk/README
===================================================================
--- trunk/README	2009-01-27 18:10:06 UTC (rev 2260)
+++ trunk/README	2009-01-28 01:06:46 UTC (rev 2261)
@@ -12,10 +12,22 @@
 Win32
 -----
 
-Win32 Visual Studio Builds:
-	source\makefile.vc
+If you use Microsoft Visual C++ (7.1 or later) compiler, you can build 
+GEOS using NMAKE program and provided makefile.vc files:
 
+  bootstrap.bat
+  nmake /f makefile.vc MSVC_VER=1400
 
+where 1400 is version number of Visual C++ compiler, here Visual C++ 8.0 
+from Visual Studio 2005 (supported versions are 1300, 1310, 1400 and 1500). 
+The bootstrap.bat step is required to generate a couple of header files.
+
+In order to build debug configuration of GEOS, additional flag DEBUG=1 
+is required:
+
+  nmake /f makefile.vc MSVC_VER=1400 DEBUG=1
+
+
 CLIENT APPLICATIONS
 ===================
 
@@ -53,5 +65,5 @@
 
 	# cd doc; make doxygen-html
 
-	http://geos.refractions.net
+	http://trac.osgeo.org/geos
 



More information about the geos-commits mailing list