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