linux系统下编译安装rdesktop的时候出现如下错误
编译报错
ERROR: Could not find X Window System headers/libraries.
Probably you need to install the libX11-devel package.
To specify paths manually, use the options --x-includes and --x-libraries.
解决办法
# yum install libX11-devel -y