Merge branch '3198-writable-fuse' closes #3198
[arvados.git] / services / fuse / README.rst
index d9a9a0789f8da010c8f199804ad14f75fcc7e240..f0b2677d86bd8626941b571e2bb20374c2613fa4 100644 (file)
@@ -55,6 +55,10 @@ on your system.
 Testing and Development
 -----------------------
 
+Debian packages you need to build llfuse:
+
+$ apt-get install python-dev pkg-config libfuse-dev libattr1-dev
+
 This package is one part of the Arvados source package, and it has
 integration tests to check interoperability with other Arvados
 components.  Our `hacking guide