| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Using {PROJVERSION} and {PROJDATAVERSION} substitutes the macro for the current
version numbers of PROJ and PROJ-data.
Rephrased a few sections regarding grid packages.
Closes #2072
Co-authored-by: Mike Taves <mwtoews@gmail.com>
|
|
|
|
* Also remove a few if()-blocks to support older CMake versions
|
|
CMake: replace PROJ_TESTS with CTest's BUILD_TESTING option
|
|
* CTest automatically creates a BUILD_TESTING option (default is ON)
* Also allow PROJ_TESTS to be used, but show deprecation message;
and add note to remove this option by PROJ 8.0
* Only build geodtest when tests are enabled
* Add documentation to configure a build using -DBUILD_TESTING=OFF
|
|
|
|
Fixes #1776
Content based on https://github.com/OSGeo/PROJ/wiki/Building-with-VS-and-vcpkg
which should be retired to avoid duplication of information
README.md is also modified to point to install.rst
|
|
Update README, install.rst and resource_files.rst
|
|
Build: require SQLite 3.11 (refs #1718)
|
|
|
|
|
|
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.
|
|
|