James Ennis pushed to branch jennis/change_arch_install_instructions at BuildStream / buildstream
Commits:
-
b00867a3
by James Ennis at 2018-08-07T10:51:42Z
1 changed file:
Changes:
1 |
- |
|
2 | 1 |
.. _install:
|
3 | 2 |
|
4 | 3 |
Installing BuildStream on a Linux distro
|
... | ... | @@ -57,8 +56,19 @@ Install the dependencies with:: |
57 | 56 |
For the default plugins::
|
58 | 57 |
|
59 | 58 |
sudo pacman -S \
|
60 |
- bzr git lzip ostree patch python-arpy python-gobject
|
|
59 |
+ bzr git lzip ostree patch python-gobject
|
|
60 |
+ |
|
61 |
+ |
|
62 |
+The package *python-arpy* is required by the deb source plugin. This is not
|
|
63 |
+obtainable via `pacman`, you must get *python-arpy* from AUR:
|
|
64 |
+https://aur.archlinux.org/packages/python-arpy/
|
|
65 |
+ |
|
66 |
+To install::
|
|
61 | 67 |
|
68 |
+ wget https://aur.archlinux.org/cgit/aur.git/snapshot/python-arpy.tar.gz
|
|
69 |
+ tar -xvf python-arpy.tar.gz
|
|
70 |
+ cd python-arpy
|
|
71 |
+ makepkg -si
|
|
62 | 72 |
|
63 | 73 |
Debian
|
64 | 74 |
++++++
|
... | ... | @@ -225,7 +235,7 @@ Fedora |
225 | 235 |
~~~~~~
|
226 | 236 |
|
227 | 237 |
BuildStream is not yet in the official Fedora repositories, but you can
|
228 |
-install it from a Copr:
|
|
238 |
+install it from a Copr::
|
|
229 | 239 |
|
230 | 240 |
sudo dnf copr enable bochecha/buildstream
|
231 | 241 |
sudo dnf install buildstream
|