summaryrefslogtreecommitdiff
path: root/doc/source/install_linux_distro.rst
blob: a547d4e8c48efdb1c578d7591da7bf672865f012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30


.. _install_linux_distro:

Installing from distro packages
===============================
BuildStream is available on some linux distributions, here are
some install instructions for the linux distributions which
have packaged BuildStream.


Arch Linux
----------
Packages for Arch exist in `AUR <https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages>`_.
Two different package versions are available:

* Latest release: `buildstream <https://aur.archlinux.org/packages/buildstream>`_
* Latest development snapshot: `buildstream-git <https://aur.archlinux.org/packages/buildstream-git>`_


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.