| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-07 | CMake: make BUILD_SHARED_LIBS=ON the default even on Windows | Even Rouault | |
| 2022-02-06 | Doc: clarify build requirements | Even Rouault | |
| 2022-02-04 | DOC: remove content for Autotools; assume CMake only | Mike Taves | |
| 2021-11-25 | Also look for clcache for MSVC; only use wrappers for Xcode | Mike Taves | |
| 2021-11-20 | CMake: add option USE_CCACHE=OFF to use ccache to compile C/C++ objs | Mike Taves | |
| 2021-10-10 | CMake: add a BUILD_APPS to be able to disable build of all programs | Even Rouault | |
| This makes it easier to turn off all programs, rather than individually. Useful for example to avoid https://github.com/OSGeo/gdal/blob/master/gdal/fuzzers/build.sh#L138 | |||
| 2021-09-16 | update projsync command | Waheed Barghouthi | |
| I added the --all arg to the command, it seems its now a requirement, not sure if this is meant to be like this | |||
| 2021-08-12 | Fix order of instructions for installing from source. (#2797) | Brendan Jurd | |
| The note about running autogen.sh was previously placed below the instructions to run configure. | |||
| 2021-05-18 | Update install.rst: update Windows note | Heidi Vanparys | |
| Add info that OSGeo4W Shell may be present already when QGIS is present. | |||
| 2021-05-04 | DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705) | Mike Taves | |
| 2020-07-02 | improve cmake instructions (#2278) | anbj | |
| 2020-05-09 | scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted | Even Rouault | |
| 2020-03-17 | Align install.rst with current version (#2075) | Kristian Evers | |
| 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> | |||
| 2020-03-04 | Document Autotools and CMake configure options (#2010) | Mike Taves | |
| 2020-02-04 | Increase CMake minimum version from 3.5 to 3.9 | Mike Taves | |
| * Also remove a few if()-blocks to support older CMake versions | |||
| 2020-01-24 | Merge pull request #1870 from mwtoews/build-testing | Mike Taves | |
| CMake: replace PROJ_TESTS with CTest's BUILD_TESTING option | |||
| 2020-01-24 | CMake: replace PROJ_TESTS with CTest's BUILD_TESTING option | Mike Taves | |
| * 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 | |||
| 2020-01-23 | docs: add note about autogen.sh to install guide | Kristian Evers | |
| 2020-01-15 | Doc: add in install.rst tutorials to build on Windows | Even Rouault | |
| 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 | |||
| 2019-11-30 | [Docs] Minor changes regarding datumgrid pages (#1751) (#1760) | Jeff McKenna | |
| Update README, install.rst and resource_files.rst | |||
| 2019-11-09 | Merge pull request #1721 from rouault/require_sqlite_3_11 | Even Rouault | |
| Build: require SQLite 3.11 (refs #1718) | |||
| 2019-11-07 | Doc: document build requirements | Even Rouault | |
| 2019-11-07 | updated docker URLs and added Fedora entry | Markus Neteler | |
| 2019-10-04 | Doc: Update conda install procedure | Kristian Evers | |
| The PROJ Conda package is now simply called "proj". Also mention that the grid packages can be installed with Conda. | |||
| 2019-06-21 | Use HTTPS URLs for download.osgeo.org | Paul Menzel | |
| 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 | |||
| 2019-03-01 | Minor doc edits | Dan Baston | |
| 2019-02-16 | Improve CMake sqlite3 dependency docs | Mike Taves | |
| 2018-10-08 | fix typo | Marco Bernasocchi | |
| 2018-10-08 | Update install.rst | Marco Bernasocchi | |
| 2018-09-20 | Remove references to nad/ | Kristian Evers | |
| Closes #1127 | |||
| 2018-05-12 | Update install doc page with build instructions | Kristian Evers | |
| Also added more possible ways to install from package managers. Removed links to externally build binaries from download page. | |||
| 2018-03-14 | Fix Debian package name | Bas Couwenberg | |
| 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. | |||
| 2018-03-13 | Add install section to docs | Kristian Evers | |
