rdesktop源码安装

rdesktop源码安装

Linux
官方网站:http://www.rdesktop.org/#download

以rdesktop-1.7.1为例:
yum -y install libX11-devel
tar -xvf rdesktop-1.7.1.tar.gz -C /usr/local/src
cd /usr/local/src/rdesktop-1.7.1
./configure && make -j4 && make install
.

说明:rdesktop-1.8.x即使安装了libgssglue,做了库链接到/lib,/lib64仍然会报
checking for GSSGLUE… no

CredSSP support requires libgssglue, install the dependency
or disable the feature using –disable-credssp.
搜索未果,只得妥协
tar -xvf rdesktop-1.8.3.tar.gz -C /usr/local/src
cd /usr/local/src/rdesktop-1.8.3
./configure –disable-credssp –disable-smartcard
make -j4 && make install

有兴趣的朋友可以继续尝试。
rdesktop依赖libgssglue
wget http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.4.tar.gz
tar -xvf libgssglue-0.4.tar.gz -C /usr/local/src
cd /usr/local/src/libgssglue-.04
./configure && make -j4 && make install
ldconfig

有兴趣的朋友可以再试试tsclient
Remmina(tsclient)
http://sourceforge.net/projects/remmina/
https://github.com/FreeRDP/Remmina/wiki/Compile-on-Fedora-20
https://github.com/FreeRDP/Remmina/wiki/Compile-on-Ubuntu-14.04-and-14.10
tsclient (Terminal Server Client) is a frontend for rdesktop and other remote desktop tools
Tsclient screenshot.png

For Ubuntu users we have an official PPA

https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-next

To install it, just copy and paste the following three lines on a terminal window

sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt-get update
sudo apt-get install remmina

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值