summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-01-08 16:42:52 +0000
committerJavier Jardón <jjardon@gnome.org>2018-01-08 16:52:09 +0000
commit37562b10f15de2f31f7d78ed8d82100c4fac8cf1 (patch)
treebf45f8df4be8016820e63c1f54191408d69dde9c
parent797135dbd01b235d4eb49533e86638f80c359744 (diff)
downloadbuildstream-jjardon/fuse.tar.gz
doc/source/install.rst: BuildStream depends on 'fuse' (for fusermount) and libfusejjardon/fuse
-rw-r--r--doc/source/install.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 518f3aa20..af7cda963 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -40,7 +40,7 @@ Arch
~~~~
Install the dependencies with:
- sudo pacman -S python python-pip python-gobject git \
+ sudo pacman -S fuse2 python python-pip python-gobject git \
ostree bubblewrap python-ruamel-yaml
Debian Stretch
@@ -60,7 +60,7 @@ At this point you should be able to get the system requirements with::
sudo apt-get install \
python3-dev python3-pip git python3-gi \
- python3-ruamel.yaml bubblewrap
+ python3-ruamel.yaml bubblewrap fuse libfuse2
sudo apt-get install -t stretch-backports \
gir1.2-ostree-1.0 ostree
@@ -73,7 +73,7 @@ to get the base system requirements installed::
sudo apt-get install \
python3-dev python3-pip git \
python3-gi gir1.2-ostree-1.0 ostree \
- bubblewrap python3-ruamel.yaml
+ bubblewrap python3-ruamel.yaml fuse libfuse2
Fedora
@@ -81,7 +81,7 @@ Fedora
For recent fedora systems, the following line should get you the system
requirements you need::
- dnf install -y bubblewrap fuse git python3-gobject \
+ dnf install -y bubblewrap fuse fuse-libs git python3-gobject \
python3-psutil ostree python3-ruamel-yaml