Re: [gdal-dev] Build difficulties (Ubuntu 20.04)

2023-01-23 Thread Sebastiaan Couwenberg
On 1/24/23 06:28, dg...@darc.de wrote: I would suggest to look at the gdal packaging in Ubuntu or Debian. There are "make-depends" in the dsc files or in debian/control. My entry page is https://tracker.debian.org/pkg/gdal dsc file are linked via an icon in the "versioned links" on the left side

Re: [gdal-dev] Build difficulties (Ubuntu 20.04)

2023-01-23 Thread dg0yt
> What are the dependencies that I can just install with apt? I don't use conda > or any of the other package managers listed in the readme. Any help is > appreciated. I would suggest to look at the gdal packaging in Ubuntu or Debian. There are "make-depends" in the dsc files or in debian/contr

Re: [gdal-dev] Build difficulties (Ubuntu 20.04)

2023-01-23 Thread Even Rouault
Anja, the minimum will be to install PROJ with: apt-get install libproj-dev For a build with nearly all open source dependencies, you can find the list to install in https://github.com/OSGeo/gdal/blob/5db56957dd9b5d00098f5ac8abb75a3c756cc0aa/.github/workflows/cmake_builds.yml#L57 You can al

[gdal-dev] Build difficulties (Ubuntu 20.04)

2023-01-23 Thread Anja Sheppard
Hello gdal community-- I am new to this tool, and am trying to build it on Ubuntu 20.04. I don't use conda, so I'm running into problems with the dependencies. I downloaded the current release .tar.gz file from https://gdal.org/download.html and then unpacked it. I then followed the instructions o