diff options
| -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  ---------- | 
