Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
note about OSXFUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
toothbrush committed Apr 20, 2012
1 parent a010273 commit 20b5b1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -19,14 +19,15 @@ currently pose an inconvenience, and leave all the others as they are.
Requirements
------------
* POSIX system
* [FUSE](http://fuse.sourceforge.net/)
* [FUSE](http://fuse.sourceforge.net/) (or OSXFUSE)
* [GHC](http://hackage.haskell.org/platform/) (Haskell platform recommended)
* Tested on Linux, hfuse needs to be un-broken on OS X

Installation
------------
First install some dependencies (example is for Debian-like systems):

NOTE to OS X users: the HFuse library, on which we depend, doesn't build using the latest OSXFUSE library. Please use the [patched version](https://github.com/toothbrush/hfuse/tree/osxfuse-update) fork for now, until the pull request is hopefully accepted.

```
sudo apt-get install libfuse-dev fuse-utils
Expand Down

0 comments on commit 20b5b1b

Please sign in to comment.