summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-02-21 18:07:14 +0100
committerChristian Beier <dontmind@freeshell.org>2017-02-21 18:07:14 +0100
commitdf9986ea439cb0afc0701b67561c8813237a84a7 (patch)
tree444d7436503cee16d282b14f818653a80a0588cf /README
parent4408c18b1a862c9af0c88609a40d02560689148e (diff)
downloadlibtdevnc-df9986ea439cb0afc0701b67561c8813237a84a7.tar.gz
libtdevnc-df9986ea439cb0afc0701b67561c8813237a84a7.zip
README: add build instructions
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index f632c9e..5a69f3e 100644
--- a/README
+++ b/README
@@ -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
----------