From 3d9cc9db6a01234833c3d77c0846e20485763639 Mon Sep 17 00:00:00 2001 From: Alexander Mihalicyn Date: Thu, 22 Sep 2016 22:10:50 +0400 Subject: [PATCH] Update README.md (#45) Update installation instruction :) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6d585e4..e9192eb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,16 @@ compression was impossible? You're looking at it! πfs is dead simple to build: +Firstly, you must install autoconf, automake, libfuse packages in your system. +For example, if you have Debian try: ```sh +sudo apt-get install autotools-dev +sudo apt-get install automake +sudo apt-get install libfuse-dev +``` + +```sh +./autogen.sh ./configure make make install