diff options
author | Christian Beier <dontmind@freeshell.org> | 2017-02-21 18:07:14 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2017-02-21 18:07:14 +0100 |
commit | df9986ea439cb0afc0701b67561c8813237a84a7 (patch) | |
tree | 444d7436503cee16d282b14f818653a80a0588cf /README | |
parent | 4408c18b1a862c9af0c88609a40d02560689148e (diff) | |
download | libtdevnc-df9986ea439cb0afc0701b67561c8813237a84a7.tar.gz libtdevnc-df9986ea439cb0afc0701b67561c8813237a84a7.zip |
README: add build instructions
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 ---------- |