From 68bcb1e8d39937d85bf95a13721168aeb4375761 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Mon, 23 Feb 2009 02:55:55 +0000 Subject: [PATCH] update build instructions --- file-loc.txt | 19 +++++++++++++++++++ readme.txt | 14 ++++++++++++-- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 file-loc.txt diff --git a/file-loc.txt b/file-loc.txt new file mode 100644 index 00000000..80810ce6 --- /dev/null +++ b/file-loc.txt @@ -0,0 +1,19 @@ + +default build will install the following + +/usr/local/lib/xrdp/ + libcommon.so + libxrdp.so + librdp.so + libxup.so + +/usr/local/bin/ + +/usr/local/sbin/ + xrdp + xrdp-sesman + xrdp-sessvc + +/etc/xrdp/ + xrdp.ini + sesman.ini diff --git a/readme.txt b/readme.txt index 8750f244..9842cf4b 100644 --- a/readme.txt +++ b/readme.txt @@ -22,7 +22,17 @@ 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 -run make in main xrdp directory to build -run make install as root to install in /usr/local/xrdp +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