From bbe3a961f83a79db1b2e45e7860d82642b1a8ed1 Mon Sep 17 00:00:00 2001 From: Akshay Moghe Date: Fri, 10 Mar 2017 10:09:53 -0800 Subject: [PATCH] Update installation instruction in README On a pristine Ubuntu system, you also need libacl1-dev in order for the installation (via `pip install`) to succeed. A future commit should also update the fact that you need some build tools (compiler, etc) setup, which can be installed on Ubuntu via the `build-essential` pkg. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0903f04f..2278a652 100644 --- a/README.rst +++ b/README.rst @@ -35,8 +35,8 @@ Backups mountable as filesystems What do I need? --------------- Attic requires Python 3.2 or above to work. Besides Python, Attic also requires -msgpack-python and sufficiently recent OpenSSL (>= 1.0.0). -In order to mount archives as filesystems, llfuse is required. +msgpack-python, libacl headers (available as libacl1-dev on Ubuntu) and sufficiently +recent OpenSSL (>= 1.0.0). In order to mount archives as filesystems, llfuse is required. How do I install it? --------------------