[mapserver-commits] r7458 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Mon Mar 17 16:00:24 EDT 2008


Author: dmorissette
Date: 2008-03-17 16:00:23 -0400 (Mon, 17 Mar 2008)
New Revision: 7458

Modified:
   trunk/mapserver/README.CONFIGURE
Log:
Added note about --with-fribidi-config (#956)

Modified: trunk/mapserver/README.CONFIGURE
===================================================================
--- trunk/mapserver/README.CONFIGURE	2008-03-17 18:44:51 UTC (rev 7457)
+++ trunk/mapserver/README.CONFIGURE	2008-03-17 20:00:23 UTC (rev 7458)
@@ -114,6 +114,8 @@
                           OGR required).
   --with-curl-config=PATH Specify path to curl-config.
   --with-xml2-config=PATH Specify path to xml2-config.
+  --with-fribidi-config[=ARG] Include FriBidi Support (ARG=yes/path to
+                          fribidi-config)
   --with-fastcgi=path     Enable FastCGI, point to installed tree.
   --with-httpd            Specify path to 'httpd' executable.
   --with-warnings[=flags] Enable strict warnings (or user defined warnings)
@@ -596,10 +598,29 @@
   script is located.
   e.g.
 
+::
+
      ./configure .... --with-xml2-config=/usr/local/bin/xml2-config
 
 
 
+FriBidi Support:
+----------------
+
+::
+
+  --with-fribidi-config[=ARG] Include FriBidi Support (ARG=yes/path to
+                          fribidi-config)
+
+- The FriBidi library (http://fribidi.freedesktop.org/wiki/) is used
+  by MapServer to support labels flowing from right to left, such as
+  Arabic or Hebrew.
+
+- Support for the FriBidi library is optional and is not included by 
+  default.
+
+
+
 Miscellaneous flags:
 --------------------
 



More information about the mapserver-commits mailing list