diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-04-17 14:47:20 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-04-24 01:45:08 +0000 |
commit | 4be5f1f69165b0da9f7df6222ec95b6dd536ece5 (patch) | |
tree | 9ec4ebc93b6cf1fc3fad4c6b69663b4f74b48594 /doc/source | |
parent | fbcf4ad41a687af44fb0b27eb076f77f5a363f62 (diff) | |
download | buildstream-4be5f1f69165b0da9f7df6222ec95b6dd536ece5.tar.gz |
doc/source/install.rst: Add fuse to the list of dependencies
See #358
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/install.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index 78c32fabe..c64d9e891 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -9,6 +9,7 @@ BuildStream requires the following base system requirements: * python3 >= 3.4 * libostree >= v2017.8 with introspection data * bubblewrap >= 0.1.2 +* fuse2 * PyGObject introspection bindings * psutil python library (so you don't have to install GCC and python-devel to build it yourself) |