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-17 14:05:37 +0000
commit4143ab74e3330c9b708f41fd4d69c3f1d3d50b51 (patch)
treedf44a87dd77be55f998e783a2be56eb389763ad5
parent2797d1fd2b854db86d0cefc0787e2549f713107b (diff)
downloadbuildstream-willsalmon/documentation_dependency.tar.gz
Added dependency to the Docswillsalmon/documentation_dependency
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_main.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/install_main.rst b/doc/source/install_main.rst
index abe85eed4..62b4afba0 100644
--- a/doc/source/install_main.rst
+++ b/doc/source/install_main.rst
@@ -74,6 +74,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
^^^^^^^^^^^^^