1. Dependency package
The following software assistance is required to successfully install the software package:
-Cc or GCC compiler
-Make Tool
-Libiconv shared library
-Libgcc shared library
2. software compilation and Installation # Decompress the package:
Shell> tar-xvf rdesktop-1.6.0.tar.gz
# Go to the directory after the software package is unlocked and execute:
Shell>./configure
Shell> make
Shell> make install
# After the software is installed, the software is installed in/usr/local/bin by default. The executable file name is rdesktop.
# The Connection format is rdesktop [Options] server [: Port], for example
Shell> rdesktop 192.168.0.99
# If you are used to the name "mstsc", you can make a hard link. The steps are as follows:
Shell> ln rdesktop mstsc
# Call:
Shell> LD_LIBRARY_PATH =/usr/local/LIB; export LD_LIBRARY_PATH
Shell> display = <The Client IP address is displayed in the figure. If you log on directly through xmanager, you do not need to perform this operation>; export display
Shell>/usr/local/bin/mstsc-F (-F: indicates full screen. There are many other parameters, such as resolution control and color depth. For more information, see the help documentation)