diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-02-07 16:28:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-07 16:28:25 +0100 |
| commit | 7f0ac75ac58794bb92b88f928d16c5053c0ce3e0 (patch) | |
| tree | f39c1de6ee84f0a5d2ac38cc662a95a3c289bc05 /docs/source | |
| parent | f46ec490d67d85b9dead6bb3eed0de4ca131d1d3 (diff) | |
| parent | 89d02e1a4a800c1e3964a42ece46a8ccc4324b37 (diff) | |
| download | PROJ-7f0ac75ac58794bb92b88f928d16c5053c0ce3e0.tar.gz PROJ-7f0ac75ac58794bb92b88f928d16c5053c0ce3e0.zip | |
Merge pull request #3038 from rouault/doc_install_clarify_requirements
Doc: clarify build requirements
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/install.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst index 7c568f72..107fe437 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -146,9 +146,9 @@ Build requirements - C99 compiler - C++11 compiler - CMake >= 3.9 -- SQLite3 >= 3.11 (headers, library and executable) -- libtiff >= 4.0 (headers and library) -- optional (but recommended): curl >= 7.29.0 +- SQLite3 >= 3.11: headers and library for target architecture, and sqlite3 executable for build architecture. +- libtiff >= 4.0 (optional but recommended) +- curl >= 7.29.0 (optional but recommended) Build steps -------------------------------------------------------------------------------- |
