summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilloni <milloni@milloni.org>2018-04-01 19:25:16 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-20 19:52:38 +0900
commit7854fc5037204474d16618c657a1cd1ca12c888e (patch)
tree2fd9a84badfee9de2b5aed0aa8c2f2a47d301677
parent1b7b51ac2505f7dbc5936e2cdad16b5155122e87 (diff)
downloadbuildstream-7854fc5037204474d16618c657a1cd1ca12c888e.tar.gz
doc/source/install.rst: Mention bwrap version requirements
-rw-r--r--doc/source/install.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 0134e3abe..ed0e897b1 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -4,7 +4,6 @@
Installing BuildStream
======================
-
BuildStream requires the following base system requirements:
* python3 >= 3.4
@@ -12,6 +11,12 @@ BuildStream requires the following base system requirements:
* bubblewrap
* PyGObject introspection bindings
* psutil python library (so you don't have to install GCC and python-devel to build it yourself)
+* OSTree >= v2017.8 with introspection data
+* Bubblewrap >= 0.1.2 sandboxing tool
+
+If your system cannot provide the base system requirements for BuildStream,
+then we have some instructions which can help you get started
+:ref:`using BuildStream with Docker <docker>`.
Installing from source (recommended)