diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-04-23 13:09:15 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-04-23 13:13:35 +0200 |
commit | 4dd72d6c2230ef95af4914ed1bbe35eeab1795c5 (patch) | |
tree | c06e155f32b424aae77f229530ea35ff68a4f8f9 | |
parent | 3199d3573ef759b8b5496075856336d609e2a7ff (diff) | |
download | buildstream-4dd72d6c2230ef95af4914ed1bbe35eeab1795c5.tar.gz |
Revert "doc/source/install.rst: Mention bwrap version requirements"
Seems this was not propperly rebased; libostree and bubblewrap requirements
are already there.
Also the paragraph about docker was removed in
commit f0b350f158ed14c97613dc22b83ed89759b8d255
This reverts commit 7854fc5037204474d16618c657a1cd1ca12c888e.
-rw-r--r-- | doc/source/install.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index ed0e897b1..0134e3abe 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -4,6 +4,7 @@ Installing BuildStream ====================== + BuildStream requires the following base system requirements: * python3 >= 3.4 @@ -11,12 +12,6 @@ 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) |