Build SQLite extension on windows

From GRASS-Wiki
Revision as of 14:14, 28 December 2014 by ⚠️Hellik (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

In v.db.update there is following option:

   sqliteextra=name
   Name of SQLite extension file for extra functions (SQLite backend only)

For build SQLite extension for winGRASS follow these steps:

  • Install the OSGeo4W directory structure as a build environment by these instructions
  • Download extension-functions.c from here and save it in folder of your OSGeo4W build environment (e.g. C:\OSGeo4Wdev\src\sqliteextension)