Unix client for Microsoft Remote Desktop Services
Go to file
Matt Chapman 3961df1f79 Replace README with build and invocation instructions.
Update man page.
Still need to update AUTHORS.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@216 423420c4-83ab-492f-b58f-81f9feb106b5
2002-10-09 14:13:46 +00:00
crypto Sync crypto/ with OpenSSL 0.9.6g (trivial changes only). 2002-09-25 09:00:57 +00:00
doc Replace README with build and invocation instructions. 2002-10-09 14:13:46 +00:00
keymaps Applied apostrophe patch from hopfgartner. 2002-09-17 17:16:24 +00:00
.cvsignore Added .cvsignore 2002-07-18 18:22:40 +00:00
bitmap.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
cache.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
configure Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
constants.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
COPYING This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-10 07:36:34 +00:00
indent-all.sh Changed max line length to 100 2002-07-30 07:18:48 +00:00
iso.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
licence.c Remove -l (Microsoft have long since fixed the bug that made it work). 2002-10-06 13:57:39 +00:00
Makefile Remove readpass.o 2002-10-08 02:26:59 +00:00
mcs.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
orders.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
orders.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
parse.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
proto.h Arguments to get_key_state the wrong way around. 2002-10-02 13:51:16 +00:00
rdesktop.c Remove -l (Microsoft have long since fixed the bug that made it work). 2002-10-06 13:57:39 +00:00
rdesktop.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
rdesktop.spec Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
rdp.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
README Replace README with build and invocation instructions. 2002-10-09 14:13:46 +00:00
scancodes.h Removed FIXME for key 124 (Print Screen). 2002-09-25 11:20:14 +00:00
secure.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
tcp.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
types.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
xkeymap.c Also look for keymaps in keymaps/%s so that rdesktop can be run "in place" 2002-10-08 02:30:20 +00:00
xwin.c Show display name in "Failed to open display" message. 2002-10-04 14:25:37 +00:00

===========================================
rdesktop: A Remote Desktop Protocol client.
===========================================

rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows XP Remote Desktop, and possibly other Terminal
Services products.  rdesktop currently implements the RDP version 4 protocol.

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").