mirror of
https://github.com/vgough/encfs.git
synced 2025-06-18 19:07:12 +02:00
Merge pull request #248 from Code7R/master
Declare minimum cmake version to have the Intl module
This commit is contained in:
commit
2be5bc7a11
@ -46,6 +46,8 @@ EncFS depends on a number of libraries:
|
|||||||
* tinyxml2 : for reading and writing XML configuration files
|
* tinyxml2 : for reading and writing XML configuration files
|
||||||
* gettext : internationalization support
|
* gettext : internationalization support
|
||||||
* libintl : 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
|
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
|
The build configuration files (circle.yml) always contains up-to-date
|
||||||
instructions to build EncFS on Ubuntu distributions.
|
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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user