Skip to content

Commit

Permalink
Merge pull request #3038 from rouault/doc_install_clarify_requirements
Browse files Browse the repository at this point in the history
Doc: clarify build requirements
  • Loading branch information
rouault authored Feb 7, 2022
2 parents f46ec49 + 89d02e1 commit 7f0ac75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------------------------------------------------
Expand Down

0 comments on commit 7f0ac75

Please sign in to comment.