1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

Merge pull request #511 from cgwalters/yum-on-fedora

dev-dependencies: Just use `yum` on Fedora too
This commit is contained in:
OpenShift Merge Robot
2018-10-22 13:10:54 -07:00
committed by GitHub
2 changed files with 3 additions and 18 deletions

View File

@@ -4,15 +4,7 @@
The following dependencies must be installed on your system before you can build the installer.
### Fedora
```sh
sudo dnf install golang-bin gcc-c++
```
If you need support for [libvirt destroy](libvirt-howto.md#cleanup), you should also install `libvirt-devel`.
### CentOS, RHEL
### Fedora, CentOS, RHEL
```sh
sudo yum install golang-bin gcc-c++

View File

@@ -8,13 +8,7 @@ It's expected that you will create and destroy clusters often in the course of d
Before you begin, install the [build dependencies](dependencies.md).
### Install and Enable Libvirt
On Fedora:
```sh
sudo dnf install libvirt-daemon
```
or on CentOS / RHEL:
On Fedora, CentOS/RHEL:
```sh
sudo yum install libvirt-daemon
@@ -23,8 +17,7 @@ sudo yum install libvirt-daemon
Then start libvirtd:
```sh
sudo systemctl start libvirtd
sudo systemctl enable libvirtd
sudo systemctl enable --now libvirtd
```
### Pick names