Xubuntu10.04 install spice Client
Install the spice client:
1. log on to the system as the root user and run the apt-Get update command and the new software package on the terminal.
Note: It is best to select the main server as the software package source, and select from download in applications-system-software sources.
2. Install the following software once after the new software package is installed.
Apt-Get install build-essential
Apt-Get install Autoconf
Apt-Get install libjpeg62-dev
Apt-Get install libogg-Dev
Apt-Get install libssl-Dev
Apt-Get install libasound2-dev
Apt-Get install libxrandroid-Dev
Apt-Get install libxfixes-Dev
Apt-Get install PKG-config
Note: if there is a confirmation installation prompt in the middle, enter y to confirm.
3. Copy the installation package required by spice to the local opt directory on server 240.
SCP root@192.168.1.240:/mnt/sda1/public/temp/spice.tar.gz/OPT
(You can download it from the spice official website)
4. Enter the optdirectory to decompress the spicec.tar.gz package
Tar-xvf spice.tar.gz
5 CD to the spice/spice_svn/trunk/spiceprotocol/spice-Protocol-0.6.3 directory and run the following three commands in sequence:
./Configure -- prefix =/usr
Make
Make install
6. Install the Celt-0.5.1.3 and pixman-0.18.4 packages from the source code.
(1): Install The Celt-0.5.1.3 package
CD to the/opt/spice/Celt-0.5.1.3 directory and run the following three commands in sequence:
./Configure -- prefix =/usr
Make
Make install
(2): Install the pixman-0.18.4 package
CD to the/opt/spice/pixman-0.18.4 directory, run the following three commands in sequence
./Configure -- prefix =/usr
Make
Make install
7. Run the CD command in the/opt/spice_svn/trunk/spice directory.
./Configure -- prefix =/usr
If no compilation error occurs, run the following command in the/opt/spice_svn/trunk/spice/client directory on CD.
Make
Make install
The spice client has been installed!