X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=ea636f03b7c0d429d8c071d0d3d2a52267299153;hb=44ba89e4e046391df5001e48b9469f7c0ef254f7;hp=98866e3b3fd3769ca14ac662cf0d43ec5b028cb7;hpb=5c2c6d3286e691f8a5b61bc2d83b9cc07bb18e9d;p=rrq%2Ffuse_xattrs.git diff --git a/README.md b/README.md index 98866e3..ea636f0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ To unmount the filesystem: fusermount -u mountpoint +## Distribution packages + +Archlinux (https://aur.archlinux.org/packages/fuse_xattrs/): + + yaourt -S fuse_xattrs + ## Building @@ -30,6 +36,11 @@ http://github.com/libfuse/libfuse. cmake .. make +Dependencies: + + cmake + osxfuse (macOS only) + ## Code Coverage mkdir build && cd build @@ -37,6 +48,10 @@ http://github.com/libfuse/libfuse. make make fuse_xattrs_coverage +Dependencies: + + easy_install-3.6 xattr==0.9.1 + ## Installing make install