Changes in README.md

This commit is contained in:
speidy 2016-12-22 02:54:41 -05:00
parent ecff6f53ba
commit bbcf78a7a1

View File

@ -84,11 +84,12 @@ need **autoconf**, **automake**, **libtool** and **pkgconfig**.
If compiling from the packaged source, unpack the tarball and change to the If compiling from the packaged source, unpack the tarball and change to the
resulting directory. resulting directory.
If compiling from a checked out repository, run `./bootstrap` first to If compiling from a checked out repository, please make sure you've got the submodules
create `configure` and other required files. cloned too (use `git clone --recursive https://github.com/neutrinolabs/xrdp`)
Then run following commands to compile and install xrdp: Then run following commands to compile and install xrdp:
``` ```bash
./bootstrap
./configure ./configure
make make
sudo make install sudo make install