Agustin Benito Bethencourt pushed to branch toscalix at BuildStream / buildstream
Commits:
-
942a06f4
by Mathieu Bridon at 2018-08-06T09:53:03Z
-
c04b8421
by Mathieu Bridon at 2018-08-06T10:53:57Z
-
12c79366
by toscalix at 2018-08-06T10:56:40Z
2 changed files:
Changes:
... | ... | @@ -6,9 +6,9 @@ |
6 | 6 |
|
7 | 7 |
[//]: # (Short summary of the action to be executed)
|
8 | 8 |
|
9 |
-* [ ] Action 1
|
|
10 |
-* [ ] Action 2
|
|
11 |
-* [ ] Action 3
|
|
9 |
+* [ ] Action 1
|
|
10 |
+* [ ] Action 2
|
|
11 |
+* [ ] Action 3
|
|
12 | 12 |
|
13 | 13 |
## Acceptance Criteria
|
14 | 14 |
|
... | ... | @@ -221,3 +221,15 @@ from `AUR <https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_ |
221 | 221 |
Alternatively, use
|
222 | 222 |
`buildstream-git <https://aur.archlinux.org/packages/buildstream-git>`_
|
223 | 223 |
for the lastest version of the development branch.
|
224 |
+ |
|
225 |
+Fedora
|
|
226 |
+~~~~~~
|
|
227 |
+ |
|
228 |
+BuildStream is not yet in the official Fedora repositories, but you can
|
|
229 |
+install it from a Copr:
|
|
230 |
+ |
|
231 |
+ sudo dnf copr enable bochecha/buildstream
|
|
232 |
+ sudo dnf install buildstream
|
|
233 |
+ |
|
234 |
+Optionally, install the ``buildstream-docs`` package to have the BuildStream
|
|
235 |
+documentation in Devhelp or GNOME Builder.
|