summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2020-08-04 20:22:20 +0100
committerJavier Jardón <jjardon@gnome.org>2020-08-04 20:22:20 +0100
commitb691863bca24293895afb17fc2e38ced43e36bd1 (patch)
treef21df1d039941f307c3aff3273d02078395dc92b /doc
parent06f406473e67a92ce5b2c8505d6f73fddb1f2726 (diff)
downloadbuildstream-b691863bca24293895afb17fc2e38ced43e36bd1.tar.gz
doc/source/main_install.rst: BuildStream doesn't directly depend on fuse
Diffstat (limited to 'doc')
-rw-r--r--doc/source/main_install.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/source/main_install.rst b/doc/source/main_install.rst
index 3cc895f3f..a1ac8b738 100644
--- a/doc/source/main_install.rst
+++ b/doc/source/main_install.rst
@@ -25,7 +25,6 @@ BuildStream requires the following base system requirements:
- python3 >= 3.6
- bubblewrap >= 0.1.2
-- fuse2
- pip
- :ref:`buildbox-casd<install-buildbox>`
@@ -47,7 +46,7 @@ Arch Linux
Install the dependencies with::
- sudo pacman -S python fuse2 bubblewrap python-pip
+ sudo pacman -S python bubblewrap python-pip
For the default plugins::
@@ -62,7 +61,7 @@ Install the dependencies with::
sudo apt-get install \
- python3 fuse bubblewrap \
+ python3 bubblewrap \
python3-pip python3-dev
For the default plugins:
@@ -78,7 +77,7 @@ requirements you need::
dnf install -y \
- python3 fuse bubblewrap \
+ python3 bubblewrap \
python3-pip python3-devel
For the default plugins::
@@ -97,7 +96,7 @@ Install the dependencies with::
sudo apt install \
- python3 fuse bubblewrap \
+ python3 bubblewrap \
python3-pip python3-dev
For the default plugins::