From df9986ea439cb0afc0701b67561c8813237a84a7 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 21 Feb 2017 18:07:14 +0100 Subject: [PATCH] README: add build instructions --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ----------