From 8509f26db86dc52416abb5a8685c1045541030a7 Mon Sep 17 00:00:00 2001 From: Eduard Bloch Date: Tue, 15 Nov 2016 20:17:12 +0100 Subject: [PATCH] Declare minimum cmake version to have the Intl module Also mention Debian Backports where one can get a recent version and also ninja-build as alternative to make (fixes #226) --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 7245aef..28cb422 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -46,6 +46,8 @@ EncFS depends on a number of libraries: * tinyxml2 : for reading and writing XML configuration files * gettext : internationalization support * libintl : internationalization support + * cmake : version 3.2 or newer + * GNU make or ninja-build : to run the build for cmake Compiling on Debian and Ubuntu ============================== @@ -54,3 +56,6 @@ See the automated build static in README.md for current build status on Ubuntu s The build configuration files (circle.yml) always contains up-to-date instructions to build EncFS on Ubuntu distributions. + +On Debian Stable, additional installations from Backports branch might be +required (cmake 3.x for example, see https://backports.debian.org/ for instructions).