summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-21 02:19:12 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-21 02:19:12 +0900
commit380dff80ff2a6d79cf8d656a204b35a56abfdae5 (patch)
treeb63ff249f8dbf806daed45d37605e9df066bcfed
parentffbb4de7bac01a8d33ff4aec11e7fe74dbfb7131 (diff)
downloadbuildstream-380dff80ff2a6d79cf8d656a204b35a56abfdae5.tar.gz
doc/source/install.rst: Added instructions to install on Fedora
Used the packages names we use for the docker containers we use for CI, which are fedora based. Fingers crossed that this is the right set of package names.
-rw-r--r--doc/source/install.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index d8153b7cd..d03be77cc 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -73,6 +73,15 @@ to get the base system requirements installed::
bubblewrap ruamel.yaml
+Fedora
+~~~~~~
+For recent fedora systems, the following line should get you the system
+requirements you need::
+
+ dnf install -y bubblewrap fuse git python3-gobject \
+ python3-psutil ostree
+
+
User installation with pip
--------------------------
Once you have the base system dependencies, you can clone the buildstream