summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubos Kocman <lkocman@luboskocman.com>2011-03-01 22:10:27 +0100
committerLubos Kocman <lkocman@luboskocman.com>2011-03-01 22:12:04 +0100
commitf2ed4db2999c1bc848736e4c37d7ce59f1064d4e (patch)
tree900ebf3475867f288e02a2faa084df629b5dbdc7
parente41b96f92283d75de1a27ad1f424ca85c5841daa (diff)
before docbook5 migration
-rw-r--r--books/docbook/.user_guide.sgm.swpbin0 -> 24576 bytes
-rw-r--r--books/docbook/user_guide.sgm33
2 files changed, 31 insertions, 2 deletions
diff --git a/books/docbook/.user_guide.sgm.swp b/books/docbook/.user_guide.sgm.swp
new file mode 100644
index 0000000..22dd894
--- /dev/null
+++ b/books/docbook/.user_guide.sgm.swp
Binary files differ
diff --git a/books/docbook/user_guide.sgm b/books/docbook/user_guide.sgm
index 52e8cfa..604306e 100644
--- a/books/docbook/user_guide.sgm
+++ b/books/docbook/user_guide.sgm
@@ -31,7 +31,6 @@
Licensed under a Creative Commons Attribution-Share Alike 3.0 United States License (see <ulink url="http://creativecommons.org/licenses/by-sa/3.0/us/legalcode">http://creativecommons.org/licenses/by-sa/3.0/us/legalcode</ulink>).
</para>
</legalnotice>
-
<releaseinfo>Draft 54</releaseinfo>
</bookinfo>
@@ -215,9 +214,39 @@ Spice supports two mouse modes: server and client. The mode can be changed dynam
<title>Installation</title>
<section>
-<title>Prerequisites</title>
+<title>Installing Spice in RHEL or Fedora environment</title>
+<para>
+Be aware that there is no build of spice-server for i386 so you can run only client part on i386. The reason for it is that there is no buld of qemu-kvm for RHEL of Fedora i386 either.
+</para>
+<section>
+<title>RHEL 6 and Fedora &gt;=13</title>
<para>
+<screen>
+yum install qemu-kvm spice-client
+</screen>
</para>
+<para>
+Package spice-protocol will be downloaded automatically as a dependency for package kvm.
+</para>
+</section>
+<section><title>RHEL 5</title>
+<para>
+<screen>
+yum install kvm qspice-client
+</screen>
+</para>
+<para>
+Similarly as in RHEL6 package kvm has qspice-libs as a dependency.
+</para>
+</section>
+<section><title>RHEVM Users</title>
+<para>
+<emphasis role="bold">RHEVM users could be also interested in spice-xpi package as it's allow you to execute spice-client directly from the RHEVM UserPortal.</emphasis>
+<screen>
+yum install spice-xpi
+</screen>
+</para>
+</section>
</section>
</chapter>