summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2018-08-07 11:42:26 +0100
committerJames Ennis <james.ennis@codethink.co.uk>2018-08-07 12:08:36 +0100
commit493d19d2e071ba1e7962c4ecb0f08c35ab3be7da (patch)
tree457ac3c237a280468c018b7ee4b1c9df8b355431
parent6d3496107900292b6cb671f5aff7e8778c51cd00 (diff)
downloadbuildstream-jennis/change_arch_install_instructions.tar.gz
install_linux_distro.rst: Change install instructions for python-arpy package on Archjennis/change_arch_install_instructions
- python-arpy is unobtainable via pacman - Also a minor change to how we display install instructions from Fedora's dnf package manager
-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