diff options
author | milloni <milloni@milloni.org> | 2018-04-01 19:25:16 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-20 19:52:38 +0900 |
commit | 7854fc5037204474d16618c657a1cd1ca12c888e (patch) | |
tree | 2fd9a84badfee9de2b5aed0aa8c2f2a47d301677 /doc | |
parent | 1b7b51ac2505f7dbc5936e2cdad16b5155122e87 (diff) | |
download | buildstream-7854fc5037204474d16618c657a1cd1ca12c888e.tar.gz |
doc/source/install.rst: Mention bwrap version requirements
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install.rst | 7 |
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) |