Go to file
jsorg71 6d795be6dd add lib path for old X server install 2009-09-04 01:40:12 +00:00
Xserver update copyright year 2008-01-30 07:46:03 +00:00
common fix warnings 2009-08-20 21:17:29 +00:00
docs remove old makefiles 2008-12-16 02:47:45 +00:00
fontdump expand fonts 2007-09-26 07:17:46 +00:00
genkeymap add lib path for old X server install 2009-09-04 01:40:12 +00:00
instfiles keymap changes 2009-08-12 02:19:00 +00:00
keygen autotools fix and file_loc.h simplified 2009-05-19 04:23:49 +00:00
libxrdp autotools fix and file_loc.h simplified 2009-05-19 04:23:49 +00:00
mc channel fixes 2009-08-15 02:49:13 +00:00
rdp channel fixes 2009-08-15 02:49:13 +00:00
sesman add lib path for old X server install 2009-09-04 01:34:29 +00:00
vnc channel fixes 2009-08-15 02:49:13 +00:00
xrdp log connection failure 2009-08-27 02:17:25 +00:00
xup change the way xup tried to connect repeatedly 2009-08-19 18:24:38 +00:00
COPYING update license clauses 2006-11-14 05:25:16 +00:00
Makefile.am added genkeymap app 2009-08-12 02:49:53 +00:00
bootstrap fix for older auto tools 2008-11-02 21:27:42 +00:00
configure.ac added genkeymap app 2009-08-12 02:49:53 +00:00
design.txt update some txt files 2005-04-29 02:40:24 +00:00
faq-compile.txt update faq 2009-09-04 01:33:45 +00:00
faq-general.txt update faqs 2007-09-19 05:06:22 +00:00
file-loc.txt added xrdp-chansrv to doc 2009-05-13 00:52:48 +00:00
install.txt documentation and script file changes 2006-02-18 05:42:59 +00:00
prog_std.txt update some txt files 2005-04-29 02:40:24 +00:00
readme.txt update build instructions 2009-02-23 02:55:55 +00:00

readme.txt

xrdp 0.5.0

Credits
  This project is very much dependent on rdesktop and the work of Matt Chapman
  and the rdesktop team members, of which I'm a member

  Mark from up 19.9 was the first to work with rdp server code.

Tested with linux on i386, x64, sparc, and ppc.
I've got it compiling and working in windows with borland free tools.
Non of the sesman or Xserver stuff works in windows of course.

xrdp directory is the main server code
vnc directory is a simple vnc client module for xrdp
sesman directory is a session manager for xrdp that uses Xvnc for the Xserver
libxrdp directory is a static library needed by xrdp
rdp is an rdp client module for connecting to another rdp server
xup is a module used to connect to an rdp specific X11 server
Xserver is the files needed to build an rdp specific X11 server
COPYING is the licence file
design.txt is an attempt to expain the project design
prog_std.txt is an attemp to explain the programming standard used

since version 0.5.0 we switch to autotool to build xrdp

to build and install

change to the xrdp directory and run
./bootstrap
./configure
make
then as root
make install

see file-loc.txt to see what files are installed where

Jay