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

Adds MacPorts installation information (#33)

Should close #32
This commit is contained in:
Diogo Resende 2016-10-17 12:51:56 +01:00 committed by Mathias Buus
parent 8769284245
commit f9cbe7aaeb

View File

@ -14,7 +14,9 @@ any buffer copys in read/write. It also supports unmount and mouting of multiple
You need to have FUSE installed (or Dokany on Windows)
* On Linux/Ubuntu `sudo apt-get install libfuse-dev`
* On OSX install [OSXFuse](http://osxfuse.github.com/) and pkg-config, `brew install pkg-config`
* On OSX
* if you use Brew, install [OSXFuse](http://osxfuse.github.com/) and `brew install pkg-config`
* if you use MacPorts, `sudo port install osxfuse +devel`
* On Windows see `Windows` down below...
### Windows