mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-24 19:34:23 -04:00
Merge pull request #1409 from ThomasWaldmann/fix-pkg-config-name
OS X: install pkg-config to build with FUSE support, fixes #1400
This commit is contained in:
commit
473b1d03ee
2 changed files with 2 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue