xrdp/readme.txt

39 lines
1.2 KiB
Plaintext
Raw Normal View History

2004-09-27 11:33:00 +08:00
2012-06-29 07:25:20 +08:00
xrdp 0.7.0
2007-07-18 12:44:05 +08:00
2004-09-27 11:33:00 +08:00
Credits
2012-06-29 07:25:20 +08:00
This project is very much dependent on FreeRDP(was rdesktop), the work of
Matt Chapman and the FreeRDP team members, of which I'm a member.
2004-09-27 11:33:00 +08:00
Mark from up 19.9 was the first to work with rdp server code.
2007-07-18 12:49:54 +08:00
Tested with linux on i386, x64, sparc, and ppc.
2005-04-29 10:40:24 +08:00
I've got it compiling and working in windows with borland free tools.
2007-07-18 12:49:54 +08:00
Non of the sesman or Xserver stuff works in windows of course.
2004-11-15 09:30:28 +08:00
xrdp directory is the main server code
2005-04-29 10:40:24 +08:00
vnc directory is a simple vnc client module for xrdp
sesman directory is a session manager for xrdp that uses Xvnc for the Xserver
2005-09-20 09:49:15 +08:00
libxrdp directory is a static library needed by xrdp
2006-07-01 12:56:42 +08:00
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
2005-04-29 10:40:24 +08:00
COPYING is the licence file
2004-11-15 09:30:28 +08:00
design.txt is an attempt to expain the project design
2005-04-29 10:40:24 +08:00
prog_std.txt is an attemp to explain the programming standard used
2009-02-23 10:55:55 +08:00
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
2004-09-27 11:33:00 +08:00
Jay Sorg