Install spice client from source code

Source: Internet
Author: User

 

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!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.