從原始碼安裝spice用戶端

來源:互聯網
上載者:User

 

Xubuntu10.04安裝spice用戶端

安裝spice用戶端:

1.以root使用者登入系統並在終端中運行apt-get update命令跟新軟體包 

註:軟體包的源最好選擇Main Server伺服器,在Applications-System-Software Sources中的Download from裡進行選擇。

2.跟新好軟體包後一次裝入以下軟體

  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 libxrandr-dev

  apt-get install libxfixes-dev

  apt-get install pkg-config

  註:如果中間有確認安裝提示,則直接輸入y確定即可。

 

3.  從240伺服器上copy安裝spice所需的安裝包到本地opt目錄

scp root@192.168.1.240:/mnt/sda1/public/temp/spice.tar.gz  /opt

(大家可以到spice官方網站上去下載)

4.  進到opt目錄解壓spicec.tar.gz包

    tar –xvf spice.tar.gz

5   cd到spice/spice_svn/trunk/spiceProtocol/spice-protocol-0.6.3目錄下依次運行以下三條命令:

./configure --prefix=/usr

make

make install

6 .從源碼安裝celt-0.5.1.3和pixman-0.18.4這兩個軟體包

   (1): 安裝celt-0.5.1.3包

cd到/opt/spice/celt-0.5.1.3目錄下依次運行以下三條命令

         ./configure --prefix=/usr

             make

             make install

      (2):安裝pixman-0.18.4包

              cd到/opt/spice/pixman-0.18.4目錄下依次運行以下三條命令

              ./configure --prefix=/usr

              make

              make install

7.cd到/opt/spice_svn/trunk/spice目錄下執行命令

  ./configure --prefix=/usr

  如果編譯沒有錯誤的話,然後cd到/opt/spice_svn/trunk/spice/client目錄執行以下命令

  make

  make install

  

至此spice用戶端安裝完畢!

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.