mirror of
https://github.com/reactos/reactos.git
synced 2025-08-08 15:53:08 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
32
modules/rosapps/applications/net/tsclient/rdesktop/README
Normal file
32
modules/rosapps/applications/net/tsclient/rdesktop/README
Normal file
|
@ -0,0 +1,32 @@
|
|||
===========================================
|
||||
rdesktop: A Remote Desktop Protocol client.
|
||||
===========================================
|
||||
|
||||
rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
|
||||
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
|
||||
Remote Desktop, and possibly other Terminal Services products.
|
||||
rdesktop currently implements the RDP version 4 and 5 protocols.
|
||||
|
||||
Installation
|
||||
------------
|
||||
rdesktop uses a typical GNU-style build procedure:
|
||||
|
||||
% ./configure [options]
|
||||
% make
|
||||
% make install
|
||||
|
||||
where documentation for [options] can be found by running "./configure --help".
|
||||
Usually no options are necessary. The default is to install under /usr/local,
|
||||
this can be changed with --prefix=directory.
|
||||
|
||||
Invocation
|
||||
----------
|
||||
|
||||
% rdesktop [options] server
|
||||
|
||||
where server is the name of the Terminal Services machine. Note: if you
|
||||
receive "Connection refused", this probably means that the server does not have
|
||||
Terminal Services enabled, or there is a firewall blocking access.
|
||||
|
||||
The rdesktop manual page lists the possible options ("man rdesktop").
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue