Build SQLite extension on windows: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
For build SQLite extension for winGRASS follow these steps:
For build SQLite extension for winGRASS follow these steps:


 
* Install the OSGeo4W directory structure as a build environment by these [http://trac.osgeo.org/grass/wiki/CompileOnWindows instructions]




[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 14:10, 28 December 2014

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