summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-09-24 15:17:16 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-09-24 15:17:16 +0200
commite6f5b36c4f30d1c3d69f424b08283c5dc6758b0e (patch)
tree0a3940319395dd4016868ef1dbab92ae9eef0942
parentf5c6723789d3318958feb9b9576ad1f130dddea4 (diff)
Very partial update of build instructions
-rw-r--r--books/docbook/SpiceUserManual-Installation.xml33
1 files changed, 10 insertions, 23 deletions
diff --git a/books/docbook/SpiceUserManual-Installation.xml b/books/docbook/SpiceUserManual-Installation.xml
index 9ef89e7..4e883ac 100644
--- a/books/docbook/SpiceUserManual-Installation.xml
+++ b/books/docbook/SpiceUserManual-Installation.xml
@@ -7,32 +7,23 @@
<section xml:id="rhel_fedora">
<title>Installing Spice on RHEL or Fedora </title>
<para>
- Be aware that there is no build of spice-server for i386 so you can run only the client part on i386. The reason for it is that there is no i386 build of qemu-kvm for RHEL of Fedora either.
+ Be aware that RHEL has no builds of qemu/spice-server for i386, only x86_64 builds are available.
</para>
<section>
<title>RHEL &gt;=6 and Fedora &gt;=13</title>
<para>
- <screen>yum install qemu-kvm spice-client</screen>
- <screen>yum install spice-gtk # Only on Fedora &gt;=14</screen>
+ <screen>yum install qemu-kvm virt-viewer</screen>
</para>
<para>
The package spice-protocol will be downloaded automatically as a dependency of package kvm.
</para>
</section>
- <section><title>RHEL 5</title>
- <para>
- <screen>yum install kvm qspice-client</screen>
- </para>
- <para>
- Similarly as for the 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 the spice-xpi package as
- it allows you to execute spice-client directly from the RHEVM
- UserPortal.
+ <link xlink:href="http://www.ovirt.org">oVirt</link>/RHEVM users
+ could be also interested in the spice-xpi package as it allows you
+ to execute spice-client directly from the oVirt/RHEVM UserPortal.
</emphasis>
<screen>yum install spice-xpi</screen>
</para>
@@ -52,18 +43,14 @@
<orderedlist>
<listitem><para><emphasis role="bold">autotools</emphasis></para></listitem>
- <listitem><para><emphasis role="bold">pixman &gt;= 1.7.1</emphasis></para></listitem>
+ <listitem><para><emphasis role="bold">gtk+2 &gt; 2.18 or gtk+3</emphasis></para></listitem>
<listitem><para><emphasis role="bold">celt = 0.5.1.3</emphasis> The exact version is required due to the lack of backwards compatibility in newer celt releases.</para></listitem>
- <listitem><para><emphasis role="bold">alsa</emphasis></para></listitem>
- <listitem><para><emphasis role="bold">log4cpp</emphasis></para></listitem>
+ <listitem><para><emphasis role="bold">cyrus-sasl</emphasis></para></listitem>
+ <listitem><para><emphasis role="bold">pixman</emphasis></para></listitem>
<listitem><para><emphasis role="bold">openssl</emphasis></para></listitem>
- <listitem><para><emphasis role="bold">libXrandr</emphasis></para></listitem>
- <listitem><para><emphasis role="bold">cegui</emphasis></para></listitem>
- <listitem><para><emphasis role="bold">libgcrypt-devel</emphasis></para></listitem>
<listitem><para><emphasis role="bold">pyparsing</emphasis></para></listitem>
- <listitem><para><emphasis role="bold">dev86</emphasis></para></listitem>
- <listitem><para><emphasis role="bold">iasl</emphasis></para></listitem>
- <listitem><para><emphasis role="bold">nss</emphasis></para></listitem>
+ <listitem><para><emphasis role="bold">usbredir</emphasis></para></listitem>
+ <listitem><para><emphasis role="bold">PolicyKit</emphasis></para></listitem>
</orderedlist>
</section>