[mapserver-commits] r8661 - sandbox/graphics
svn at osgeo.org
svn at osgeo.org
Sun Mar 8 11:39:41 EDT 2009
Author: tbonfort
Date: 2009-03-08 11:39:41 -0400 (Sun, 08 Mar 2009)
New Revision: 8661
Modified:
sandbox/graphics/README.CONFIGURE
Log:
add notes on cairo configuration options
Modified: sandbox/graphics/README.CONFIGURE
===================================================================
--- sandbox/graphics/README.CONFIGURE 2009-03-08 15:31:31 UTC (rev 8660)
+++ sandbox/graphics/README.CONFIGURE 2009-03-08 15:39:41 UTC (rev 8661)
@@ -86,6 +86,7 @@
--without-pdf Disable PDF support.
--with-pdf[=DIR] Include PDF support (DIR is PDFlib's install dir).
--with-agg[=DIR] Include AGG support (DIR is AGG's install dir).
+ --with-cairo Include Cairo support (PDF and SVG support)
--without-eppl Disable EPPL7 support.
--with-eppl Include EPPL7 support.
--with-proj[=DIR] Include PROJ.4 support (DIR is PROJ.4's install dir).
@@ -479,6 +480,18 @@
system verison of libpng and zlib.
+CAIRO Support:
+--------------
+
+::
+ --without-cairo Disable Cairo support (default)
+ --with-cairo[=/path/to/cairo.pc] Enable Cairo Support
+
+- Cairo support is required for PDF or SVG output
+- pkg-config is used to obtain the compilation options for cairo. If your
+ libs and headers are installed in a non-standard location, you can pass
+ the full path to the cairo.pc configuration package
+
OGC WMS Server Compatibility:
-----------------------------
More information about the mapserver-commits
mailing list