sorry wrong post ..
On Wed, May 10, 2017 at 6:16 PM, Gane R wrote:
> I got it working, I saw the post Handling pdfium build / integration and
> fixed it.
>
> On Wed, Mar 29, 2017 at 2:47 PM, Gane R wrote:
>
>> Hi all,
>>
>> I am looking for building gdal with minimal set of drivers like gdal wi
I got it working, I saw the post Handling pdfium build / integration and
fixed it.
On Wed, Mar 29, 2017 at 2:47 PM, Gane R wrote:
> Hi all,
>
> I am looking for building gdal with minimal set of drivers like gdal with
> geotiff, jpg, png and sqlite gpkg
>
> so it should do basic warp geotiff and
On jeudi 30 mars 2017 16:51:49 CEST Mateusz Loskot wrote:
> On 30 March 2017 at 16:48, Even Rouault wrote:
> > On jeudi 30 mars 2017 07:34:35 CEST Kurt Schwehr wrote:
> >> At one point, I had a autoconf configure setup that was pretty minimal.
> >>
> >> While it built, it was not so much fun to w
On 30 March 2017 at 16:48, Even Rouault wrote:
> On jeudi 30 mars 2017 07:34:35 CEST Kurt Schwehr wrote:
>
>> At one point, I had a autoconf configure setup that was pretty minimal.
>
>> While it built, it was not so much fun to work with. Here are some
>
>> remnants of notes that might constitut
On jeudi 30 mars 2017 07:34:35 CEST Kurt Schwehr wrote:
> At one point, I had a autoconf configure setup that was pretty minimal.
> While it built, it was not so much fun to work with. Here are some
> remnants of notes that might constitute the beginnings of a
> sourceme-minimal.sh. More will lik
Some possibly useful notes...
I use bazel for a restricted build. Here are a few key files/directories
that I've found to be in surprising places that are hard or impossible to
go without:
frmts/gtiff/
frmts/hfa/hfa_overviews.cpp
frmts/iso8211/
frmts/mem/memdataset.cpp
frmts/pds/nasakeywordhandl
Hi Gane,
You can try to use Cmake build of GDAL
(https://github.com/nextgis-borsch/lib_gdal).
It can be configured via CMake-gui or command line.
This is an example of minimal static build of GDAL -
https://github.com/nextgis/nextgis_datastore/blob/master/cmake/extlib.cmake#L94-L175
Best r
Gane,
The reason for the errors below are because you left out MapInfo and
JSON driver. Parts of them are used by other drivers. I tried some time
ago to try to build a minimal GDAL but it seemed to be not so simple and
I did not succeed.
If you succeed, please update the Wiki page.
Best re
Hi all,
I am looking for building gdal with minimal set of drivers like gdal with
geotiff, jpg, png and sqlite gpkg
so it should do basic warp geotiff and work with geopkg raster. I don't
need OGR part I need the core, alg and raster tif, gpkg, jpg and png alone
is enought.
the problem is I get a