From 4d042570161905291a026824e5a54ac267c8251f Mon Sep 17 00:00:00 2001 From: Ben RUBSON Date: Sun, 13 May 2018 15:35:49 +0200 Subject: [PATCH] Updated Linux (markdown) --- Linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux.md b/Linux.md index b1db71c..4934083 100644 --- a/Linux.md +++ b/Linux.md @@ -3,7 +3,8 @@ ### Installation 1. Install the build tools and dependencies : -`apt-get install build-essential cmake make libfuse-dev libssl-dev gettext attr` +`apt-get install build-essential cmake make gettext attr` +`apt-get install libfuse-dev libssl-dev` 2. Compile, test and install following the `INSTALL.md` file from the version you use. For example, for 1.9.5 : https://github.com/vgough/encfs/blob/v1.9.5/INSTALL.md \ No newline at end of file