| Age | Commit message (Collapse) | Author |
|
The PROJ Conda package is now simply called "proj". Also mention that the grid packages can be installed with Conda.
|
|
Change all occurrences with the command below.
git grep -l http://download.osgeo.org/ | xargs sed -i 's,http://download.osgeo.org/,https://download.osgeo.org/,g'
Fixes: https://github.com/OSGeo/PROJ/issues/1521
|
|
|
|
|
|
|
|
|
|
Closes #1127
|
|
Also added more possible ways to install from package managers. Removed
links to externally build binaries from download page.
|
|
On Debian/Ubuntu the `proj-bin` package provides the commandline utilities, and `libproj-dev` the library headers and `.so` symlinks, the `-dev` required to build software that links to libproj.
|
|
|