Browse Source

add basic instructions for building on Fedora

pull/118/head
Antonio SJ Musumeci 9 years ago
parent
commit
305f190f09
  1. 7
      README.md

7
README.md

@ -117,6 +117,13 @@ $ make deb
$ sudo dpkg -i ../mergerfs_version_arch.deb
```
#### Fedora
```
$ su -
# dnf install fuse-devel libattr-devel pandoc gcc-c++
# make install
```
#### Generically
Have pkg-config, pandoc, libfuse, libattr1 installed.

Loading…
Cancel
Save