Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Last active October 2, 2018 13:12
Show Gist options
  • Save yuvalif/888a3a21e25f2b81969cfb00d8893b64 to your computer and use it in GitHub Desktop.
Save yuvalif/888a3a21e25f2b81969cfb00d8893b64 to your computer and use it in GitHub Desktop.
Building libvirt on Fedora28

Fllow instructions from here. Some missing dependencies after running ./autogen.sh. Note that in consequent runs ./configure is sufficient.

 sudo dnf install -y rpcgen
 sudo dnf install -y gnutls-devel
 sudo dnf install -y libnl3-devel
 sudo dnf install -y libxml2-devel
 sudo dnf install -y libtirpc-devel
 sudo dnf install -y yajl-devel
 sudo dnf install -y device-mapper-devel
 sudo dnf install -y libtool
 sudo dnf install -y patch
 sudo dnf install -y libxslt
 sudo dnf install -y make
 sudo dnf install -y libpciaccess-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment