summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Salmon <will.salmon@codethink.co.uk>2018-07-05 14:30:14 +0100
committerJavier Jardón <jjardon@gnome.org>2018-07-20 01:03:06 +0100
commit57e0d1c53668318d3a2a9c24a99156ed6ba7016a (patch)
treeb89dabb2c79c93c6a9c021aab051aa1b1feec506
parent93a77c1df0a11806240f8ab610f4b40ba5b521a8 (diff)
downloadbuildstream-57e0d1c53668318d3a2a9c24a99156ed6ba7016a.tar.gz
Added dependency to the Docs
These dependencies are needed to use the plugins that are installed as part of this guild. As the dependencies added are not dependencies of the core package they have been added to a separate section. The lzip package is needed to build gnome. https://wiki.gnome.org/Newcomers/BuildSystemComponent
-rw-r--r--doc/source/install_linux_distro.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/install_linux_distro.rst b/doc/source/install_linux_distro.rst
index a8b15c966..603e839c9 100644
--- a/doc/source/install_linux_distro.rst
+++ b/doc/source/install_linux_distro.rst
@@ -73,6 +73,11 @@ 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::
+
+ sudo apt-get install \
+ lzip git bzr patch python3-arpy
Buster or Sid
^^^^^^^^^^^^^