summaryrefslogtreecommitdiff
path: root/libraries/libspatialite/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libspatialite/README')
-rw-r--r--libraries/libspatialite/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/libspatialite/README b/libraries/libspatialite/README
deleted file mode 100644
index 52bbc54ffb..0000000000
--- a/libraries/libspatialite/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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.
-
-liblwgeom (postgis) is optional but strongly recommended dependency. To build
-spatialite with liblwgeom support set LWGEOM=yes.