diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-04-17 14:53:58 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-04-24 01:45:08 +0000 |
commit | 07ac1bfa580ee08e529d1ab7b3e529caf13c1f9c (patch) | |
tree | 31c850ea5579cce26e0cfb6f61178d4efd24bf77 /doc | |
parent | 4be5f1f69165b0da9f7df6222ec95b6dd536ece5 (diff) | |
download | buildstream-jjardon/install_deps.tar.gz |
doc/source/install.rst: Add requirements to use the bst cachejjardon/install_deps
See #358
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index c64d9e891..500c94ac2 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -13,6 +13,11 @@ BuildStream requires the following base system requirements: * PyGObject introspection bindings * psutil python library (so you don't have to install GCC and python-devel to build it yourself) +If you intend to push built artifacts to a remote artifact server, +which requires special permissions, you will also need: + +* ssh + Installing from source (recommended) ------------------------------------ |