diff options
author | speidy <speidy@gmail.com> | 2016-12-22 02:54:41 -0500 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2016-12-22 02:54:41 -0500 |
commit | bbcf78a7a1684ed52034dcfcac0a9c37b7a3f053 (patch) | |
tree | ad96ffafd4e226f51dc281796031c8d7e8cb6430 /README.md | |
parent | ecff6f53ba93acec49dd06b5b55ce44e75ff77d4 (diff) | |
download | xrdp-proprietary-bbcf78a7a1684ed52034dcfcac0a9c37b7a3f053.tar.gz xrdp-proprietary-bbcf78a7a1684ed52034dcfcac0a9c37b7a3f053.zip |
Changes in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -84,11 +84,12 @@ 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, run `./bootstrap` first to -create `configure` and other required files. +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: -``` +```bash +./bootstrap ./configure make sudo make install |