1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00

add pkg-config to osx requirements

This commit is contained in:
Mathias Buus 2015-06-11 07:06:26 -07:00
parent 18bef8b184
commit 1804062e26

View File

@ -14,7 +14,7 @@ any buffer copys in read/write. It also supports unmount and mouting of multiple
You need to have FUSE installed You need to have FUSE installed
* On Linux/Ubuntu `sudo apt-get install libfuse-dev` * On Linux/Ubuntu `sudo apt-get install libfuse-dev`
* On OSX install [OSXFuse](http://osxfuse.github.com/) * On OSX install [OSXFuse](http://osxfuse.github.com/) and pkg-config, `brew install pkg-config`
## Usage ## Usage