aboutsummaryrefslogtreecommitdiff
path: root/docs/source/install.rst
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-07 18:44:47 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-11-07 19:22:19 +0100
commit589f2104784ff88670f43fab899ece6d503ac027 (patch)
tree6521ca8d24433d8af6dd46b3ead5823bd28b6588 /docs/source/install.rst
parentd2a2b3e4e99b3f661fc6167db332b3b2d9e50591 (diff)
downloadPROJ-589f2104784ff88670f43fab899ece6d503ac027.tar.gz
PROJ-589f2104784ff88670f43fab899ece6d503ac027.zip
Doc: document build requirements
Diffstat (limited to 'docs/source/install.rst')
-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 d3c2fab6..5f1013cd 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -119,15 +119,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
--------------------------------------------------------------------------------