From 4e737cb64b83aded55405aa73ee24a07273cd701 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 30 Jul 2016 21:08:20 +0200 Subject: [PATCH] OS X: install pkg-config to build with FUSE support --- Vagrantfile | 2 +- docs/installation.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index f89a1639b..1ed420817 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -72,7 +72,7 @@ def packages_darwin brew install xz # required for python lzma module brew install fakeroot brew install git - brew install pkgconfig + brew install pkg-config touch ~vagrant/.bash_profile ; chown vagrant ~vagrant/.bash_profile EOF end diff --git a/docs/installation.rst b/docs/installation.rst index ce26f5af0..523f43cdb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -228,6 +228,7 @@ Assuming you have installed homebrew_, the following steps will install all the dependencies:: brew install python3 lz4 openssl + brew install pkg-config # optional, for FUSE support pip3 install virtualenv For FUSE support to mount the backup archives, you need at least version 3.0 of