Chen
Envoyé : Wednesday, December 15, 2021 8:51 PM
À : gdal-dev@lists.osgeo.org<mailto:gdal-dev@lists.osgeo.org>
Objet : [gdal-dev] GDAL windows build with sqlite3
Hi,
I would like to build GDAL 3.4 on windows with sqlite3 library in order to
enable OSM driver. The sqlite3 I downloaded for windo
Hi,
I recently did it, downloading sqlite3_i.lib with the osgeo package downloader
: https://trac.osgeo.org/osgeo4w/
--
Regards, Jérome Siot
De : gdal-dev De la part de Fengting Chen
Envoyé : Wednesday, December 15, 2021 8:51 PM
À : gdal-dev@lists.osgeo.org
Objet : [gdal-dev] GDAL windows
On Wed, 15 Dec 2021, 21:55 Fengting Chen, wrote:
> The sqlite3 I downloaded for windows only has source code and sqlite3.dll.
> There is no sqlite3_i.lib.
> How do I configure GDAL build to make it work with sqlite3.dll or how I
can get/build sqlite3_i.lib for windows?
Build SQLite yourself or du
Hi,
I would like to build GDAL 3.4 on windows with sqlite3 library in order to
enable OSM driver. The sqlite3 I downloaded for windows only has source code
and sqlite3.dll. There is no sqlite3_i.lib. How do I configure GDAL build to
make it work with sqlite3.dll or how I can get/build sqlite3_i