From: Felipe Barriga Richards Date: Mon, 31 Oct 2016 19:07:41 +0000 (-0300) Subject: README.md: Updated. Added code coverage. X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=f4aa8c06e1db20098ca7fdee2a4f67c566913d82;p=rrq%2Ffuse_xattrs.git README.md: Updated. Added code coverage. --- diff --git a/README.md b/README.md index 62e8399..b2411ef 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,25 @@ To unmount the filesystem: fusermount -u mountpoint -## Installing +## Building First you need to download FUSE 2.9 or later from http://github.com/libfuse/libfuse. - mkdir build - cd build + mkdir build && cd build cmake .. make +## Code Coverage + + mkdir build && cd build + cmake -DENABLE_CODECOVERAGE=1 -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_BUILD_TYPE=Debug .. + make + make fuse_xattrs_coverage + +## Installing + + make install ## Links