aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-09 11:34:42 +0100
committerGitHub <noreply@github.com>2019-11-09 11:34:42 +0100
commit25c4f55f8559a17e3d01668b0b3fbe3ea5aa5f97 (patch)
tree24973c1a97a6c999e8eb204e87d11755a8559c87 /docs
parentb462f1b4d7535c8d39d9fb3fb9ac4e93f577904e (diff)
parent589f2104784ff88670f43fab899ece6d503ac027 (diff)
downloadPROJ-25c4f55f8559a17e3d01668b0b3fbe3ea5aa5f97.tar.gz
PROJ-25c4f55f8559a17e3d01668b0b3fbe3ea5aa5f97.zip
Merge pull request #1721 from rouault/require_sqlite_3_11
Build: require SQLite 3.11 (refs #1718)
Diffstat (limited to 'docs')
-rw-r--r--docs/source/install.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst
index fa13046b..08edba8d 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -126,15 +126,20 @@ Compilation and installation from source code
The classical way of installing PROJ is via the source code distribution. The
most recent version is available from the :ref:`download page<current_release>`.
-PROJ requires C and C++11 compilers. It also requires SQLite3 (headers,
-library and executable).
-
You will need that and at least the standard *proj-datumgrid* package for a
successful installation.
The following guides show how to compile and install the software using the
Autotools and CMake build systems.
+Build requirements
+--------------------------------------------------------------------------------
+
+- C99 compiler
+- C++11 compiler
+- SQLite3 >= 3.11 (headers, library and executable)
+- GNU make for autotools build or CMake >= 3.5
+
Autotools
--------------------------------------------------------------------------------