mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
doc: Created new QEMU install for debian.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
869b721052
commit
f37c75b05d
26
doc/install/qemu-deb.rst
Normal file
26
doc/install/qemu-deb.rst
Normal file
@ -0,0 +1,26 @@
|
||||
=================
|
||||
Installing QEMU
|
||||
=================
|
||||
|
||||
|
||||
|
||||
Installing QEMU (12.04 Precise and later)
|
||||
=========================================
|
||||
|
||||
QEMU packages are incorporated into Ubuntu 12.04 Precise Pangolin and later
|
||||
versions. To install QEMU, execute the following::
|
||||
|
||||
sudo apt-get install qemu
|
||||
|
||||
Installing QEMU (11.10 Oneric and earlier)
|
||||
==========================================
|
||||
|
||||
For Ubuntu distributions 11.10 Oneiric and earlier, you must install
|
||||
the 0.15 version of QEMU or later. To build QEMU from source, use the
|
||||
following procedure::
|
||||
|
||||
cd {your-development-directory}
|
||||
git clone git://git.qemu.org/qemu.git
|
||||
cd qemu
|
||||
./configure --enable-rbd
|
||||
make; make install
|
Loading…
Reference in New Issue
Block a user