diff options
| author | Bas Couwenberg <sebastic@xs4all.nl> | 2018-03-14 20:52:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-14 20:52:18 +0100 |
| commit | d19fd869dddad34e515a7d071985337b17a7cd85 (patch) | |
| tree | 2b206883f62ee23f4a13656fb2442feb7539f83b /docs/source/install.rst | |
| parent | 263da4ad56beb6f9136e2a1fd4192b9aff594d31 (diff) | |
| download | PROJ-d19fd869dddad34e515a7d071985337b17a7cd85.tar.gz PROJ-d19fd869dddad34e515a7d071985337b17a7cd85.zip | |
Fix Debian package name
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.
Diffstat (limited to 'docs/source/install.rst')
| -rw-r--r-- | docs/source/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst index 6b244730..5b3256a1 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -56,7 +56,7 @@ Debian On Debian and similar systems (e.g. Ubuntu) the APT package manager is used:: - sudo apt-get install proj + sudo apt-get install proj-bin Red Hat ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
