aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-02-06 13:21:08 +0100
committerEven Rouault <even.rouault@spatialys.com>2022-02-06 13:21:08 +0100
commit89d02e1a4a800c1e3964a42ece46a8ccc4324b37 (patch)
tree9057aede8b4beaf24b90ff5afa329be71a536096 /docs
parentbcc0013d3c8456a667c25c713f6a494c43ca0eac (diff)
downloadPROJ-89d02e1a4a800c1e3964a42ece46a8ccc4324b37.tar.gz
PROJ-89d02e1a4a800c1e3964a42ece46a8ccc4324b37.zip
Doc: clarify build requirements
Diffstat (limited to 'docs')
-rw-r--r--docs/source/install.rst6
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
--------------------------------------------------------------------------------