]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Changed libvirt-dev to libvirt-bin, and cleaned up ./autogen.sh
authorJohn Wilkins <john.wilkins@inktank.com>
Wed, 20 Jun 2012 21:29:58 +0000 (14:29 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Wed, 20 Jun 2012 21:29:58 +0000 (14:29 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rbd/libvirt.rst

index 397386ece80656392f7b149033e00e76a7b2c9e4..3f6fbb5bc3b76286e6452875509d55fa11a3be5f 100644 (file)
@@ -4,23 +4,28 @@
 
 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
+       sudo apt-get update && sudo apt-get install libvirt-bin
+
 
 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::
+``libvirt`` from source. Clone the ``libvirt`` repository, and use
+`AutoGen`_ to generate the build. Then execute ``make`` and
+``make install`` to complete the installation. For example::
 
-       cd {your-development-directory}
        git clone git://libvirt.org/libvirt.git
        cd libvirt
-       ./autogen.sh --PREFIX=$USR/install-directory
+       ./autogen.sh
        make
        sudo make install 
 
-See `libvirt Installation`_ for details. 
+See `libvirt Installation`_ for details.
 
-.. _libvirt Installation: http://www.libvirt.org/compiling.html 
\ No newline at end of file
+.. _AutoGen: http://www.gnu.org/software/autogen/
+.. _libvirt Installation: http://www.libvirt.org/compiling.html
\ No newline at end of file