mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
Update installation instructions
This commit is contained in:
parent
7fc3730f67
commit
1974b417af
31
INSTALL.md
31
INSTALL.md
@ -1,9 +1,7 @@
|
|||||||
This document provides generic information for compiling EncFS.
|
This document provides generic information for compiling EncFS.
|
||||||
|
|
||||||
If you are looking for specific instructions for your distribution,
|
If you are looking for specific instructions for your operating system or distribution,
|
||||||
take a look at the page
|
take a look at the **[wiki](https://github.com/vgough/encfs/wiki)**.
|
||||||
**[Installing EncFS](https://github.com/vgough/encfs/wiki/Installing-Encfs)**
|
|
||||||
in the wiki.
|
|
||||||
|
|
||||||
Compiling EncFS
|
Compiling EncFS
|
||||||
===============
|
===============
|
||||||
@ -52,21 +50,10 @@ Dependencies
|
|||||||
|
|
||||||
EncFS depends on a number of libraries:
|
EncFS depends on a number of libraries:
|
||||||
|
|
||||||
* fuse : the userspace filesystem layer
|
* fuse : the userspace filesystem layer
|
||||||
* openssl or libressl : used for cryptographic primitives
|
* openssl / libressl : used for cryptographic primitives
|
||||||
* tinyxml2 : for reading and writing XML configuration files
|
* tinyxml2 (embeded) : for reading and writing XML configuration files
|
||||||
* gettext : internationalization support
|
* gettext : internationalization support
|
||||||
* libintl : internationalization support
|
* libintl : internationalization support
|
||||||
* cmake : version 3.0.2 (Debian jessie version) or newer
|
* cmake : version 3.0.2 (Debian jessie version) or newer
|
||||||
* GNU make or ninja-build : to run the build for cmake
|
* GNU make / ninja-build : to run the build for cmake
|
||||||
|
|
||||||
Compiling on Debian and Ubuntu
|
|
||||||
==============================
|
|
||||||
|
|
||||||
See the automated build static in README.md for current build status on Ubuntu systems.
|
|
||||||
|
|
||||||
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).
|
|
||||||
|
Loading…
Reference in New Issue
Block a user