gdal icon indicating copy to clipboard operation
gdal copied to clipboard

adding Windows installation methods to the document

Open aliothor opened this issue 2 years ago • 7 comments

I successfully installed the latest gdal version on my windows PC, please check the installation tutorial

aliothor avatar Sep 04 '23 06:09 aliothor

github repository

aliothor avatar Sep 04 '23 06:09 aliothor

I second the inclusion of this documentation! I was struggling with getting my gdal working until I followed these steps. Thank you for creating this.

sequoiarose avatar Nov 14 '23 01:11 sequoiarose

For those seeing this issue after the release of GDAL 3.8, make sure to not try these steps with GDAL 3.8 (at least I was not able to get it to work with 3.8). Use GDAL 3.7 instead. I think version 0.16.0 does not have prebuilt bindings for 3.8.

alecsandrei avatar Apr 29 '24 05:04 alecsandrei

@alecsandrei right, on 3.8 you need --features bindgen, which might be a little hard to set up. We should be cutting a new release out soon-ish.

lnicola avatar Apr 29 '24 06:04 lnicola

@alecsandrei right, on 3.8 you need --features bindgen, which might be a little hard to set up. We should be cutting a new release out soon-ish.

I install the gdal 3.6.4 by OSGeo4W, the problem of gdal-sys still,why?

keepbeer avatar May 06 '24 07:05 keepbeer

I install the gdal 3.6.4 by OSGeo4W, the problem of gdal-sys still,why?

Install it from the gisinternals website, exactly how @aliothor documented it in the repo.

https://www.gisinternals.com/query2.html?content=filelist&file=release-1930-x64-gdal-3-7-3-mapserver-8-0-1.zip

alecsandrei avatar May 07 '24 05:05 alecsandrei