SpatiaLite 2.4.0 ReleaseCandidate-4 [2010-11-14] work in progress

back to main page

sources
libspatialite libspatialite-2.4.0.zip
libspatialite-2.4.0.tar.gz
Please note: this requires an external SQLite library. This one is the best choice for:
  • Canonical Linux build (system package)
  • Connectors (Python, .NET, ...)
i.e. when a shared library / DLL is required. May be to be loaded as an extension to SQLite via:
SELECT load_extension(...);
libspatialite-amalgamation libspatialite-amalgamation-2.4.0.zip
libspatialite-amalgamation-2.4.0.tar.gz
Please note: this includes an internal private copy of SQLite v.3.7.3
This one is the best choice if you are interested into a self standing Spatial DBMS engine with no external dependencies.
May be, to be deployed in the easiest way within your own apps (via static linkage)
spatialite-tools spatialite-tools-2.4.0.zip
spatialite-tools-2.4.0.tar.gz
libgaiagraphics libgaiagraphics-0.4.zip
libgaiagraphics-0.4.tar.gz
spatialite_gui spatialite_gui-1.4.0.zip
spatialite_gui-1.4.0.tar.gz
a short survival guide for developers using MinGW & MSYS on Windows


back to main page