浏览代码

OS X: install pkg-config to build with FUSE support

Thomas Waldmann 8 年之前
父节点
当前提交
4e737cb64b
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      Vagrantfile
  2. 1 0
      docs/installation.rst

+ 1 - 1
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

+ 1 - 0
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