Written some build instructions in README

This commit is contained in:
Sebastian Messmer 2015-09-29 15:51:09 +02:00
parent 3bf9f7526e
commit c49663842c
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,15 @@ Requirements
- GCC version >= 4.9 or Clang (TODO which minimal version?)
- libFUSE (including development headers) (TODO which minimal version?)
# Ubuntu
$ sudo apt-get install libfuse-dev
# Fedora
TODO
# Macintosh
TODO
Build
-----