summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-08-01 17:28:05 +0000
committerJavier Jardón <jjardon@gnome.org>2018-08-01 17:28:05 +0000
commit592c90616284adaba5a30fae56dad3760226dee4 (patch)
treedfd052b334634154b40a734a36db4cd56c7a104a
parent4a4fed7ae03f7e64929eaf6d12a8b538a4339c7e (diff)
parent547d20b2a8cef1f0c7dc261aede62f7e95713220 (diff)
downloadbuildstream-592c90616284adaba5a30fae56dad3760226dee4.tar.gz
Merge branch 'phil/436-add-ubuntu-install-intructions' into 'master'
Add Ubuntu install intructions Closes #436 See merge request BuildStream/buildstream!525
-rw-r--r--doc/source/install_linux_distro.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/install_linux_distro.rst b/doc/source/install_linux_distro.rst
index 4f06a9073..d53ea5db1 100644
--- a/doc/source/install_linux_distro.rst
+++ b/doc/source/install_linux_distro.rst
@@ -114,6 +114,30 @@ For the default plugins::
bzr git lzip patch ostree python3-arpy python3-gobject
+Ubuntu
+++++++
+
+Ubuntu 18.04 LTS or later
+^^^^^^^^^^^^^^^^^^^^^^^^^
+Install the dependencies with::
+
+ sudo apt install \
+ python3 fuse bubblewrap \
+ python3-pip python3-dev git
+
+For the default plugins::
+
+ sudo apt install \
+ bzr gir1.2-ostree-1.0 git lzip ostree patch python3-arpy python3-gi
+
+Ubuntu 16.04 LTS
+^^^^^^^^^^^^^^^^
+On Ubuntu 16.04, neither `bubblewrap<https://github.com/projectatomic/bubblewrap/>`
+or `ostree<https://github.com/ostreedev/ostree>` are available in the official repositories.
+You will need to install them in whichever way you see fit. Refer the the upstream documentation
+for advice on this.
+
+
Installing
~~~~~~~~~~
Once you have the base system dependencies, you can clone the BuildStream