slackbuilds_ponce/libraries/libspatialite/README
Robby Workman 6721e56e57 libraries/libspatialite: Require freexl regardless
This won't build without --enable-freexl despite the fact
that --disable-freexl is a valid configure flag, so let's
remove the option.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-12 02:09:49 -05:00

8 lines
421 B
Text

SpatiaLite is an open source library intended to extend the SQLite core
to support fully fledged Spatial SQL capabilities. SpatiaLite is smoothly
integrated into SQLite to provide a complete and powerful Spatial DBMS
(mostly OGC-SFS compliant). Using SQLite + SpatiaLite you can effectively
deploy an alternative open source Spatial DBMS roughly equivalent to
PostgreSQL + PostGIS.
This requires proj, geos, and freexl.