2004-09-27 07:33:00 +04:00
|
|
|
|
2014-03-02 11:20:08 +04:00
|
|
|
xrdp 0.9.0
|
2007-07-18 08:44:05 +04:00
|
|
|
|
2004-09-27 07:33:00 +04:00
|
|
|
Credits
|
2014-03-02 12:40:45 +04:00
|
|
|
This project is very much dependent on NeutrinoRDP, FreeRDP, rdesktop, and
|
|
|
|
the work of Matt Chapman and the NeutrinoRDP team members, of which I'm a
|
|
|
|
member.
|
2004-09-27 07:33:00 +04:00
|
|
|
|
|
|
|
Mark from up 19.9 was the first to work with rdp server code.
|
|
|
|
|
2007-07-18 08:49:54 +04:00
|
|
|
Tested with linux on i386, x64, sparc, and ppc.
|
2016-01-31 04:39:25 +03:00
|
|
|
I've got it compiling and working in windows with Borland free tools.
|
|
|
|
None of the sesman or Xserver stuff works in windows of course.
|
2004-11-15 04:30:28 +03:00
|
|
|
|
|
|
|
xrdp directory is the main server code
|
2005-04-29 06:40:24 +04: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 05:49:15 +04:00
|
|
|
libxrdp directory is a static library needed by xrdp
|
2006-07-01 08:56:42 +04: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
|
2016-01-31 04:39:25 +03:00
|
|
|
COPYING is the license file
|
|
|
|
design.txt is an attempt to explain the project design
|
2016-10-17 08:06:20 +03:00
|
|
|
coding_style.md describes the coding style for the project
|
2005-04-29 06:40:24 +04:00
|
|
|
|
2016-01-31 04:39:25 +03:00
|
|
|
since version 0.5.0 we switch to autotools to build xrdp
|
2009-02-23 05:55:55 +03:00
|
|
|
|
|
|
|
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 07:33:00 +04:00
|
|
|
|
2012-09-20 07:51:34 +04:00
|
|
|
Jay Sorg
|