From 1804062e264383dcd152ff1d2e76e1cf953b489e Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Thu, 11 Jun 2015 07:06:26 -0700 Subject: [PATCH] add pkg-config to osx requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd5c2a..469e106 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ any buffer copys in read/write. It also supports unmount and mouting of multiple You need to have FUSE installed * 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