James Ennis pushed to branch master at BuildStream / buildstream
Commits:
1 changed file:
Changes:
| ... | ... | @@ -57,9 +57,20 @@ Install the dependencies with:: |
| 57 | 57 |
For the default plugins::
|
| 58 | 58 |
|
| 59 | 59 |
sudo pacman -S \
|
| 60 |
- bzr git lzip ostree patch python-arpy python-gobject
|
|
| 60 |
+ bzr git lzip ostree patch python-gobject
|
|
| 61 | 61 |
|
| 62 | 62 |
|
| 63 |
+The package *python-arpy* is required by the deb source plugin. This is not
|
|
| 64 |
+obtainable via `pacman`, you must get *python-arpy* from AUR:
|
|
| 65 |
+https://aur.archlinux.org/packages/python-arpy/
|
|
| 66 |
+ |
|
| 67 |
+To install::
|
|
| 68 |
+ |
|
| 69 |
+ wget https://aur.archlinux.org/cgit/aur.git/snapshot/python-arpy.tar.gz
|
|
| 70 |
+ tar -xvf python-arpy.tar.gz
|
|
| 71 |
+ cd python-arpy
|
|
| 72 |
+ makepkg -si
|
|
| 73 |
+ |
|
| 63 | 74 |
Debian
|
| 64 | 75 |
++++++
|
| 65 | 76 |
Install the dependencies with::
|
| ... | ... | @@ -227,7 +238,7 @@ Fedora |
| 227 | 238 |
~~~~~~
|
| 228 | 239 |
|
| 229 | 240 |
BuildStream is not yet in the official Fedora repositories, but you can
|
| 230 |
-install it from a Copr:
|
|
| 241 |
+install it from a Copr::
|
|
| 231 | 242 |
|
| 232 | 243 |
sudo dnf copr enable bochecha/buildstream
|
| 233 | 244 |
sudo dnf install buildstream
|
