/[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 1309 - (show annotations)
Wed Nov 1 20:52:01 2006 UTC (17 years, 7 months ago) by stargo
File size: 1421 byte(s)
Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional
patches for smartcard-support by Jennings Jared <jared.jennings.ctr@eglin.af.mil>

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 2003 Terminal Services/Remote Desktop, Windows XP
7 Remote Desktop, and possibly other Terminal Services products.
8 rdesktop currently implements the RDP version 4 and 5 protocols.
9
10 Installation
11 ------------
12 rdesktop uses a typical GNU-style build procedure:
13
14 % ./configure [options]
15 % make
16 % make install
17
18 where documentation for [options] can be found by running "./configure --help".
19 Usually no options are necessary. The default is to install under /usr/local,
20 this can be changed with --prefix=directory.
21
22 Invocation
23 ----------
24
25 % rdesktop [options] server
26
27 where server is the name of the Terminal Services machine. Note: if you
28 receive "Connection refused", this probably means that the server does not have
29 Terminal Services enabled, or there is a firewall blocking access.
30
31 The rdesktop manual page lists the possible options ("man rdesktop").
32
33 Smart-card support notes
34 ------------------------
35
36 Smart-card support module uses PCSC-lite. You should use PCSC-lite 1.2.9 or
37 later.
38
39 To enable smart-card support in the rdesktop just run "./configure" with the
40 "--enable-smartcard" option. Also you can enable smart-card debug with
41 additional "--with-debug-smartcard" option.
42

  ViewVC Help
Powered by ViewVC 1.1.26