[mapserver-commits] r11680 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Thu May 12 09:07:06 EDT 2011
Author: dmorissette
Date: 2011-05-12 06:07:06 -0700 (Thu, 12 May 2011)
New Revision: 11680
Modified:
trunk/mapserver/README.CONFIGURE
Log:
Added note about GD source on mapserver download svr
Modified: trunk/mapserver/README.CONFIGURE
===================================================================
--- trunk/mapserver/README.CONFIGURE 2011-05-12 10:14:36 UTC (rev 11679)
+++ trunk/mapserver/README.CONFIGURE 2011-05-12 13:07:06 UTC (rev 11680)
@@ -22,7 +22,7 @@
::
- $ cd mapserver-5.0.x
+ $ cd mapserver-6.0.x
$ ./configure
$ make
@@ -163,8 +163,12 @@
- The GD library is the only component that is not optional.
Version 2.0.16 or more recent is required, and GD 2.0.35 or higher is
- strongly recommended (see http://www.boutell.com/gd/ .
+ strongly recommended.
+- To get the GD source code: The official home of the GD library is
+ http://www.libgd.org/ and in case it is down a copy of recent GD releases
+ is provided as a convenience at http://download.osgeo.org/mapserver/libgd/
+
- Version 2.0.29 or more recent is required for the LABEL FOLLOW option
to work (curved labels, added in 4.10).
More information about the mapserver-commits
mailing list