From 8b96b9c7e6bf130c88f8207b6437bbfa227536a6 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 18 Jun 2012 13:22:18 -0700 Subject: [PATCH] doc: Added libvirt installation. Signed-off-by: John Wilkins --- doc/rbd/libvirt.rst | 26 ++++++++++++++++++++++++++ doc/rbd/rbd.rst | 1 + 2 files changed, 27 insertions(+) create mode 100644 doc/rbd/libvirt.rst diff --git a/doc/rbd/libvirt.rst b/doc/rbd/libvirt.rst new file mode 100644 index 0000000000000..397386ece8065 --- /dev/null +++ b/doc/rbd/libvirt.rst @@ -0,0 +1,26 @@ +======================== + Installing ``libvirt`` +======================== + +Installing ``libvirt`` on Ubuntu 12.04 Precise +---------------------------------------------- +``libvirt`` packages are incorporated into the Ubuntu 12.04 precise +distribution. To install ``libvirt`` on precise, execute the following:: + + sudo apt-get update && sudo apt-get install libvirt-dev + +Installing ``libvirt`` on Earlier Versions of Ubuntu +---------------------------------------------------- +For Ubuntu distributions 11.10 oneiric and earlier, you must build +``libvirt`` from source using the following procedure:: + + cd {your-development-directory} + git clone git://libvirt.org/libvirt.git + cd libvirt + ./autogen.sh --PREFIX=$USR/install-directory + make + sudo make install + +See `libvirt Installation`_ for details. + +.. _libvirt Installation: http://www.libvirt.org/compiling.html \ No newline at end of file diff --git a/doc/rbd/rbd.rst b/doc/rbd/rbd.rst index cb6e43e5da6cb..66e00e9f1de47 100644 --- a/doc/rbd/rbd.rst +++ b/doc/rbd/rbd.rst @@ -26,6 +26,7 @@ the Ceph FS filesystem, and RADOS block devices simultaneously. RADOS Commands Kernel Objects QEMU and RBD + libvirt -- 2.39.5