diff options
author | Pavel Roskin <plroskin@gmail.com> | 2017-01-30 15:38:52 -0800 |
---|---|---|
committer | metalefty <meta@vmeta.jp> | 2017-02-08 13:30:56 +0900 |
commit | 658aa270ba35f08029a98f897dd4bc1e6b2e3946 (patch) | |
tree | a7b36414baa2e5292a18efcbc0e286b6eb9d3365 /README.md | |
parent | c7bc634e17008d781181b2b7763c0eeb2e7efb92 (diff) | |
download | xrdp-proprietary-658aa270ba35f08029a98f897dd4bc1e6b2e3946.tar.gz xrdp-proprietary-658aa270ba35f08029a98f897dd4bc1e6b2e3946.zip |
Remove reference to rdp directory, it was removed
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -103,7 +103,7 @@ need **autoconf**, **automake**, **libtool** and **pkgconfig**. If compiling from the packaged source, unpack the tarball and change to the resulting directory. -If compiling from a checked out repository, please make sure you've got the submodules +If compiling from a checked out repository, please make sure you've got the submodules cloned too (use `git clone --recursive https://github.com/neutrinolabs/xrdp`) Then run following commands to compile and install xrdp: @@ -131,7 +131,6 @@ xrdp ├── mc ---------- media center module ├── neutrinordp - RDP client module for proxying RDP connections using NeutrinoRDP ├── pkgconfig --- pkg-config configuration -├── rdp --------- RDP client module for connecting to another RDP server ├── sesman ------ session manager for xrdp ├── tcutils ----- QT based utility program for thin clients ├── tests ------- tests for the code |