~ubuntu-branches/ubuntu/edgy/rdesktop/edgy-security

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Sam Johnston
  • Date: 2004-02-04 17:52:26 UTC
  • Revision ID: james.westby@ubuntu.com-20040204175226-87kz4bzs1nimji68
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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