summaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2009-02-23 02:55:55 +0000
committerjsorg71 <jsorg71>2009-02-23 02:55:55 +0000
commit68bcb1e8d39937d85bf95a13721168aeb4375761 (patch)
treeb1ccad0f47d529d78d4424420d10765e60eee6df /readme.txt
parent6c5f82fd04f60b0c86d337deea32f54c17e4d548 (diff)
downloadxrdp-proprietary-68bcb1e8d39937d85bf95a13721168aeb4375761.tar.gz
xrdp-proprietary-68bcb1e8d39937d85bf95a13721168aeb4375761.zip
update build instructions
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt14
1 files changed, 12 insertions, 2 deletions
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