卉莜閣&俊 2015-05-20 499 閱讀linux
Linuxgit
官方網站: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
github
https://launchpad.net/~remmina-ppa-team/+archive/ubuntu/remmina-nextubuntu
To install it, just copy and paste the following three lines on a terminal windowfrontend
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next sudo apt-get update sudo apt-get install remmina