Ubuntu 13.10安装ICE

一下内容绝大部分来源于ICE(The Internet Communications Engine)的官网

1.添加ZeroC's的Key

wget http://www.zeroc.com/download/RPM-GPG-KEY-zeroc-release
sudo apt-key add RPM-GPG-KEY-zeroc-release

2.添加ICE仓库并更新系统源列表

cd /etc/apt/sources.list.d
sudo wget http://www.zeroc.com/download/Ice/3.5/ubuntu/ice3.5-raring.list
sudo apt-get update

 3.安装ICE的Runtime

sudo apt-get install ice

猜你喜欢

转载自bird9527.iteye.com/blog/1961443