summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2018-07-02 09:15:10 +0100
committerJavier Jardón <jjardon@gnome.org>2018-08-01 17:31:08 +0100
commit547d20b2a8cef1f0c7dc261aede62f7e95713220 (patch)
treedfd052b334634154b40a734a36db4cd56c7a104a /doc/source
parent4a4fed7ae03f7e64929eaf6d12a8b538a4339c7e (diff)
downloadbuildstream-547d20b2a8cef1f0c7dc261aede62f7e95713220.tar.gz
install_linux_distro.rst: Add install instructons for Ubuntu
This commit is part of the work required to resolve issue #436
Diffstat (limited to 'doc/source')
-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