| 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)
|
|
|
|
|
| a short survival guide for developers using MinGW
& MSYS on Windows |