summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@daitauha.fr>2018-08-04 22:04:11 +0200
committerMathieu Bridon <bochecha@daitauha.fr>2018-08-06 11:53:03 +0200
commit942a06f46ad3ef858e32d3bcb2641b73f856410d (patch)
treeb0a4dd338efb80b2baca744c6eb60fac8579e327
parent63b33d0731dbdf0fdabefad65c7849ba090bdded (diff)
downloadbuildstream-942a06f46ad3ef858e32d3bcb2641b73f856410d.tar.gz
doc: Mention the Fedora packages
These aren't official yet, but they should work.
-rw-r--r--doc/source/install_linux_distro.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/install_linux_distro.rst b/doc/source/install_linux_distro.rst
index d53ea5db1..f755b0d2d 100644
--- a/doc/source/install_linux_distro.rst
+++ b/doc/source/install_linux_distro.rst
@@ -221,3 +221,15 @@ from `AUR <https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_
Alternatively, use
`buildstream-git <https://aur.archlinux.org/packages/buildstream-git>`_
for the lastest version of the development branch.
+
+Fedora
+~~~~~~
+
+BuildStream is not yet in the official Fedora repositories, but you can
+install it from a Copr:
+
+ sudo dnf copr enable bochecha/buildstream
+ sudo dnf install buildstream
+
+Optionally, install the ``buildstream-docs`` package to have the BuildStream
+documentation in Devhelp or GNOME Builder.