summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-08-07 11:56:21 +0000
committerJames Ennis <james.ennis@codethink.com>2018-08-07 11:56:21 +0000
commitfc9869e2fa9d458a2ec1642c92365d7b0ffe89f4 (patch)
tree457ac3c237a280468c018b7ee4b1c9df8b355431
parent6d3496107900292b6cb671f5aff7e8778c51cd00 (diff)
parent493d19d2e071ba1e7962c4ecb0f08c35ab3be7da (diff)
downloadbuildstream-fc9869e2fa9d458a2ec1642c92365d7b0ffe89f4.tar.gz
Merge branch 'jennis/change_arch_install_instructions' into 'master'
Change install instructions for python-arpy package on Arch See merge request BuildStream/buildstream!614
-rw-r--r--doc/source/install_linux_distro.rst15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/source/install_linux_distro.rst b/doc/source/install_linux_distro.rst
index 22d65d11f..04f29d1ba 100644
--- a/doc/source/install_linux_distro.rst
+++ b/doc/source/install_linux_distro.rst
@@ -57,9 +57,20 @@ Install the dependencies with::
For the default plugins::
sudo pacman -S \
- bzr git lzip ostree patch python-arpy python-gobject
+ bzr git lzip ostree patch python-gobject
+The package *python-arpy* is required by the deb source plugin. This is not
+obtainable via `pacman`, you must get *python-arpy* from AUR:
+https://aur.archlinux.org/packages/python-arpy/
+
+To install::
+
+ wget https://aur.archlinux.org/cgit/aur.git/snapshot/python-arpy.tar.gz
+ tar -xvf python-arpy.tar.gz
+ cd python-arpy
+ makepkg -si
+
Debian
++++++
Install the dependencies with::
@@ -227,7 +238,7 @@ Fedora
~~~~~~
BuildStream is not yet in the official Fedora repositories, but you can
-install it from a Copr:
+install it from a Copr::
sudo dnf copr enable bochecha/buildstream
sudo dnf install buildstream