4.1.0-RC1
Not logged in

Back to main SpatiaLite page

SpatiaLite 4.1.0 Release Candidate 1

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

Release notes

Please note: SpatiaLite 4.1.0 supports many new cool features; carefully read the 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, geos-trunk and/or libxml2 support is an optional choice; you have to explicitly specify:
    ./configure --enable-lwgeom=yes --enable-geostrunk=yes --enable-libxml2=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.
  • enabling libxml2 requires installing libxml2 (version >= 2.8.0 is warmly recommended; older versions are surely affected by many malfunctions).

Credits

Development of SpatiaLite 4.1.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.1.0-RC1 (released on 2013-05-08)
spatialite_gui
Sources: spatialite_gui 1.7.0-RC1 (released on 2013-05-08)



Back to main SpatiaLite page