4.0.0-RC1
Not logged in

Back to main SpatiaLite page

SpatiaLite 4.0.0 Release Candidate 1

libspatialite
Sources: libspatialite 4.0.0-RC1 (released on 2012-09-05)
Doxygen C API documentation:
Spatial SQL functions reference guide
Pre-built Windows 32 bit executables: download
Including full liblwgeom and geos-trunk support (self-contained, statically linked, no installation required).

Release notes

Please note: SpatiaLite 4.0.0 supports many new features, and introduces several relevant changes (sometimes breaking backward compatibility).
You are warmly invited to carefully read the accompanying documentation

Build notes for developers

  • basically you simply have to follow the canonical way:
    tar zxvf package.tar.gz
    cd package-dir
    ./configure
    make
    sudo make install-strip

  • activating liblwgeom and/or geos-trunk support is an optional choice; you have to explicitly specify:
    ./configure --enable-lwgeom=yes --enable-geostrunk=yes

  • enabling liblwgeom requires installing PostGIS (version 2.0 or any following) as a prerequisite.
  • enabling geos-trunk requires building and installing GEOS directly from the most recent SVN trunk development snapshot.

Credits

Development of SpatiaLite 4.0.0 has been substantially funded by:
Tuscany Region - Territorial and Environmental Information System
Regione Toscana - Settore Sistema Informativo Territoriale ed Ambientale.
spatialite-tools
Sources: spatialite-tools 4.0.0-RC1 (released on 2012-09-05)
spatialite_gui
Sources: spatialite_gui 4.0.0-RC1 (released on 2012-09-05)



Back to main SpatiaLite page