From 8cb492946595c17c6c4d695eadf8ff63c6ddf527 Mon Sep 17 00:00:00 2001 From: Conor O'Callaghan Date: Fri, 14 Oct 2016 16:16:19 +0100 Subject: [PATCH] Add commands for non DNS (rhel/CentOS) hosts Add additional information for using yum rather than dnf --- docs/build-instructions/linux.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index fb7e96befe2..a60cc0c8c61 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -49,10 +49,14 @@ To also install the newly built application, use `--create-debian-package` or `- sudo update-alternatives --config gcc # choose gcc-5 from the list ``` -### Fedora / CentOS / RHEL +### Fedora 22+ * `sudo dnf --assumeyes install make gcc gcc-c++ glibc-devel git-core libgnome-keyring-devel rpmdevtools` +### Fedora 21 / CentOS / RHEL + +* `sudo yum install -y make gcc gcc-c++ glibc-devel git-core libgnome-keyring-devel rpmdevtools` + ### Arch * `sudo pacman -S --needed gconf base-devel git nodejs npm libgnome-keyring python2`