From f63005956a7bab7fcbd13b4bfa930e46fbe57a11 Mon Sep 17 00:00:00 2001 From: Ben RUBSON Date: Thu, 19 Apr 2018 09:54:21 +0200 Subject: [PATCH] Updated Installing EncFS (markdown) --- Installing-EncFS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Installing-EncFS.md b/Installing-EncFS.md index bf7db9f..545510b 100644 --- a/Installing-EncFS.md +++ b/Installing-EncFS.md @@ -6,7 +6,6 @@ Install the build tools and dependencies: apt-get install build-essential cmake make apt-get install libfuse-dev libssl-dev gettext attr - apt-get install librlog-dev libboost-serialization-dev #no more needed with EncFS >= 1.9 Compile, test and install following instructions in the `INSTALL.md` file from the version you use. For example, for 1.9.4 : https://github.com/vgough/encfs/blob/v1.9.4/INSTALL.md