diff --git a/README b/README index d56839ba0..e3c29e51c 100644 --- a/README +++ b/README @@ -21,6 +21,18 @@ Build ----- - Linux: + Dependencies: + + # fuse + $ apt-get install libfuse + + Build from source depends on: + m4, autoconf, automake, libtool + fuse-dev, e2fsprogs-dev + + $ apt-get install m4 autoconf automake libtool + $ apt-get install libfuse-dev e2fslibs-dev + $ ./autogen.sh $ ./configure $ make