aboutsummaryrefslogtreecommitdiff
path: root/docs/source/install.rst
AgeCommit message (Collapse)Author
2019-11-30[Docs] Minor changes regarding datumgrid pages (#1751) (#1760)Jeff McKenna
Update README, install.rst and resource_files.rst
2019-11-09Merge pull request #1721 from rouault/require_sqlite_3_11Even Rouault
Build: require SQLite 3.11 (refs #1718)
2019-11-07Doc: document build requirementsEven Rouault
2019-11-07updated docker URLs and added Fedora entryMarkus Neteler
2019-10-04Doc: Update conda install procedureKristian Evers
The PROJ Conda package is now simply called "proj". Also mention that the grid packages can be installed with Conda.
2019-06-21Use HTTPS URLs for download.osgeo.orgPaul 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-01Minor doc editsDan Baston
2019-02-16Improve CMake sqlite3 dependency docsMike Taves
2018-10-08fix typoMarco Bernasocchi
2018-10-08Update install.rstMarco Bernasocchi
2018-09-20Remove references to nad/Kristian Evers
Closes #1127
2018-05-12Update install doc page with build instructionsKristian Evers
Also added more possible ways to install from package managers. Removed links to externally build binaries from download page.
2018-03-14Fix Debian package nameBas 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-13Add install section to docsKristian Evers