[mapserver-commits] r12994 - trunk/docs/en/mapcache
svn at osgeo.org
svn at osgeo.org
Wed Jan 18 10:27:08 EST 2012
Author: aboudreault
Date: 2012-01-18 07:27:07 -0800 (Wed, 18 Jan 2012)
New Revision: 12994
Modified:
trunk/docs/en/mapcache/install.txt
Log:
Added a few notes to build mapcache on Windows
Modified: trunk/docs/en/mapcache/install.txt
===================================================================
--- trunk/docs/en/mapcache/install.txt 2012-01-17 21:48:33 UTC (rev 12993)
+++ trunk/docs/en/mapcache/install.txt 2012-01-18 15:27:07 UTC (rev 12994)
@@ -6,7 +6,58 @@
:Author: Thomas Bonfort
:Contact: tbonfort at terriscope.fr
+:Author: Alan Boudreault
+:Contact: aboudreaut at magears.com
+Windows Instructions
+--------------------------------------------------------------------------------
+
+These instructions target a Windows 7 setup with a Apache httpd
+compiled from source. I have successfully built the module with VC
+2003, 2008 and 2010.
+
+Dependencies
+================================================================================
+
+Required:
+
+- **apache / apr / apr-util**: included with apache httpd installation
+
+Those can be installed manually, or using the appropriate Windows SDK
+from: http://vbkto.dyndns.org/sdk/
+
+- **png**
+- **jpeg**
+- **curl**
+
+Recommended:
+
+- **pcre**: ftp://ftp.gnu.org/pub/gnu/regex/regex-0.12.tar.gz
+
+Optional:
+
+- **fcgi**: Needed to build a fastcgi program if you don't want to run
+ mapcache as an apache module.
+- **gdal / geos**: Needed to enable advanced seeding options (for only
+ seeding tiles that intersect a given geographical feature)
+- **sqlite**: For enabling the sqlite backend storages
+- **tiff**: For enabling the TIFF backend storages
+
+Configuration
+================================================================================
+
+Open nmake.opt and modify the paths to point to the various libraries.
+
+Compilation
+================================================================================
+
+.. code-block:: bash
+
+ $ nmake /f Makefile.vc
+
+The result libraries and executables will be in their associated
+directory. ie. apache/mod_mapcache.dll for the apache module.
+
Linux Instructions
--------------------------------------------------------------------------------
More information about the mapserver-commits
mailing list