/[rdesktop]/sourceforge.net/trunk/rdesktop/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/rdesktop/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 217 - (show annotations)
Wed Oct 9 14:13:46 2002 UTC (21 years, 7 months ago) by matthewc
File size: 1040 byte(s)
Replace README with build and invocation instructions.
Update man page.
Still need to update AUTHORS.

1 ===========================================
2 rdesktop: A Remote Desktop Protocol client.
3 ===========================================
4
5 rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
6 Terminal Services, Windows XP Remote Desktop, and possibly other Terminal
7 Services products. rdesktop currently implements the RDP version 4 protocol.
8
9 Installation
10 ------------
11 rdesktop uses a typical GNU-style build procedure:
12
13 % ./configure [options]
14 % make
15 % make install
16
17 where documentation for [options] can be found by running "./configure --help".
18 Usually no options are necessary. The default is to install under /usr/local,
19 this can be changed with --prefix=directory.
20
21 Invocation
22 ----------
23
24 % rdesktop [options] server
25
26 where server is the name of the Terminal Services machine. Note: if you
27 receive "Connection refused", this probably means that the server does not have
28 Terminal Services enabled, or there is a firewall blocking access.
29
30 The rdesktop manual page lists the possible options ("man rdesktop").
31

  ViewVC Help
Powered by ViewVC 1.1.26