summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-09-12 19:19:52 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-09-12 19:19:52 +0200
commite8f4fe0b88b63102cd04b92d526c7e9276cd776c (patch)
treed9c030372224d91ee651642f93b894c8442c19ea /docs
parentbc021d4ed7c5b6245413c180a5215d8c1dbbddf5 (diff)
pkg-config is needed for llfuse installation
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 6bc38a0aa..4bc60569d 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -127,7 +127,7 @@ Debian Jessie / Ubuntu 14.04 preparations (git/pypi)
# in case you get complaints about permission denied on /etc/fuse.conf:
# on ubuntu this means your user is not in the "fuse" group. just add
# yourself there, log out and log in again.
- apt-get install libfuse-dev fuse
+ apt-get install libfuse-dev fuse pkg-config
# optional: for unit testing
apt-get install fakeroot
@@ -151,7 +151,7 @@ Korora / Fedora 21 preparations (git/pypi)
sudo dnf install lz4-devel
# optional: FUSE support - to mount backup archives
- sudo dnf install fuse-devel fuse
+ sudo dnf install fuse-devel fuse pkgconfig
# optional: for unit testing
sudo dnf install fakeroot