From 589f2104784ff88670f43fab899ece6d503ac027 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 7 Nov 2019 18:44:47 +0100 Subject: Doc: document build requirements --- docs/source/install.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'docs/source') 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`. -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 -------------------------------------------------------------------------------- -- cgit v1.2.3