diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-07-20 01:12:50 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-07-20 01:12:50 +0100 |
commit | fc63b97274f1022c03c7adc44fb8f6868078addd (patch) | |
tree | a06c74003f7b711eef8a1f8470cf55641faaac3e | |
parent | 1b6688eb0d5be573bc3e83587dbadcc707417d6a (diff) | |
download | buildstream-fc63b97274f1022c03c7adc44fb8f6868078addd.tar.gz |
install_linux_distro.rst: Document plugins deps for the rest of the systems
-rw-r--r-- | doc/source/install_linux_distro.rst | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/source/install_linux_distro.rst b/doc/source/install_linux_distro.rst index 9a34b90da..c8c2c8836 100644 --- a/doc/source/install_linux_distro.rst +++ b/doc/source/install_linux_distro.rst @@ -55,6 +55,11 @@ Install the dependencies with:: python fuse2 ostree bubblewrap python-gobject \ python-pip git +For the default plugins:: + + sudo pacman -S \ + lzip git bzr patch python-arpy + Debian ++++++ @@ -81,8 +86,7 @@ At this point you should be able to get the system requirements with:: sudo apt-get install -t stretch-backports \ gir1.2-ostree-1.0 ostree -Buildstream has a number of plugins that are installed by default which -depend on the system packages:: +For the default plugins:: sudo apt-get install \ lzip git bzr patch python3-arpy @@ -96,6 +100,11 @@ to get the base system requirements installed:: python3 fuse ostree gir1.2-ostree-1.0 bubblewrap python3-gi \ python3-pip python3-dev git +For the default plugins:: + + sudo apt-get install \ + lzip git bzr patch python3-arpy + Fedora ++++++ @@ -106,6 +115,11 @@ requirements you need:: python3 fuse ostree bubblewrap python3-gobject \ python3-pip python3-devel git +For the default plugins:: + + dnf install -y \ + lzip git bzr patch python3-arpy + Installing ~~~~~~~~~~ |