Skip to content

Instantly share code, notes, and snippets.

@Talleyran
Created December 29, 2011 11:03
Show Gist options
  • Save Talleyran/1533538 to your computer and use it in GitHub Desktop.
Save Talleyran/1533538 to your computer and use it in GitHub Desktop.
configure params for mapserver compiling
./configure --with-gdal=/usr/bin/gdal-config \
--with-ogr=/usr/bin/gdal-config \
--with-wfsclient \
--with-wmsclient \
--with-curl-config=/usr/bin/curl-config \
--with-proj=/usr/ \
--with-tiff \
--with-jpeg \
--with-freetype=/usr/ \
--with-threads \
--with-wcs \
--with-postgis=yes \
--with-libiconv=/usr \
--with-geos=/usr/bin/geos-config \
--with-xml2-config=/usr/bin/xml2-config \
--with-sos \
--without-agg-svg-symbols \
--with-cairo=yes \
--with-kml=yes \
--with-exslt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment