README: add build instructions

pull/3/head
Christian Beier 7 years ago
parent 4408c18b1a
commit df9986ea43
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -68,6 +68,19 @@ https://github.com/ocrespo/VNCpp
Mail me, if your application is missing!
How to build
------------
LibVNCServer uses CMake, so you can build via:
mkdir build
cd build
cmake ..
cmake --build .
For some more comprehensive examples that include installation of dependencies, see
the [Unix CI](.travis.yml) and [Windows CI](.appveyor.yml) build setups.
How to use
----------

Loading…
Cancel
Save