diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-09-05 20:33:40 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-09-05 20:37:37 -0400 |
commit | 42294fe64e685f311a0799b49cfc1c1000a8fd7d (patch) | |
tree | 84b6613bd663856875ef539b9c87e5cf4443e2fe /doc/source/install.rst | |
parent | 787fb42f962951756268afa5b6bebc0030e68d89 (diff) | |
download | buildstream-42294fe64e685f311a0799b49cfc1c1000a8fd7d.tar.gz |
doc/source/install.rst: Fixing docs for required OSTree version
We require a newer version of OSTree now so the old note
in the install.rst doesnt make sense anymore.
This fixes issue #88
Diffstat (limited to 'doc/source/install.rst')
-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 392ed7d42..b6bfb0699 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -18,8 +18,7 @@ BuildStream requires the following base system requirements: * python3 >= 3.4 * ruamel.yaml python library * PyGObject introspection bindings -* OSTree >= v2016.8 (preferrably >= v2017.6 -- see below) -* OStree introspection data +* OSTree >= v2017.8 with introspection data Note that ``ruamel.yaml`` is a pure python library which is normally obtainable via pip, however there seems to be some problems with installing @@ -32,10 +31,6 @@ you will additionally need: * Python 3 development libraries and headers * git (to checkout buildstream) -If you use an OSTree version older than v2017.6, you may encounter a 10 second -delay when loading BuildStream pipelines that include signed OSTree repos. For -more information see: https://github.com/ostreedev/ostree/issues/883 - Here are some examples of how to prepare the base requirements on some distros. |