Unix client for Microsoft Remote Desktop Services
Go to file
Jay Sorg c50d176caf one bitmap decomp function to handle all colour depths
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@313 423420c4-83ab-492f-b58f-81f9feb106b5
2003-02-07 23:43:37 +00:00
crypto Fix a compile warning. 2003-01-30 11:47:11 +00:00
doc Bump version to 1.2.0, update manpage. 2003-01-22 08:10:11 +00:00
keymaps Removed duplicat ampersand definition. 2003-02-06 14:31:24 +00:00
.cvsignore Added .cvsignore 2002-07-18 18:22:40 +00:00
bitmap.c one bitmap decomp function to handle all colour depths 2003-02-07 23:43:37 +00:00
cache.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
configure Avoid using non-portable += in generated Makeconf. 2003-01-30 10:57:38 +00:00
constants.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
COPYING Add clarification to licence - linking with OpenSSL is allowed. 2002-12-13 10:51:57 +00:00
ewmhints.c Fix a few compile warnings. 2003-01-30 11:20:30 +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 Uses <openssl/rc4.h> if WITH_OPENSSL. 2003-01-21 20:22:44 +00:00
Makefile Avoid using non-portable += in generated Makeconf. 2003-01-30 10:57:38 +00:00
mcs.c Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
orders.c one bitmap decomp function to handle all colour depths 2003-02-07 23:43:37 +00:00
orders.h 16bit 2003-02-04 05:32:13 +00:00
parse.h Update copyright dates on all files that have changed. 2002-09-26 14:26:46 +00:00
proto.h one bitmap decomp function to handle all colour depths 2003-02-07 23:43:37 +00:00
rdesktop.c 16bit 2003-02-04 05:32:13 +00:00
rdesktop.h Bump version to 1.2.0, update manpage. 2003-01-22 08:10:11 +00:00
rdesktop.spec Bump version to 1.2.0, update manpage. 2003-01-22 08:10:11 +00:00
rdp.c one bitmap decomp function to handle all colour depths 2003-02-07 23:43:37 +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 16bit 2003-02-04 05:32:13 +00:00
tcp.c Solaris doesn't define INADDR_NONE (fix from Simon McCartney) 2003-01-30 13:38:47 +00:00
types.h 16bit 2003-02-04 05:32:13 +00:00
xkeymap.c Bugfix: remote_modifier_state was not updated correctly upon numlock toggle. 2003-02-04 15:54:58 +00:00
xwin.c support for > 16 bit clients with 16 bit server 2003-02-05 14:16:33 +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").