From c45613dbe74d5d73dba834aad74090a26911bfcf Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Sun, 6 Dec 2020 15:59:00 +0000 Subject: [PATCH] README: Update instructions to include libvncserver as subproject --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 019b69d..633bbcf 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,19 @@ Expect bugs and missing features. * wayland-protocols ## Building & Running +At the time of writing, an unreleased version of libvncclient is required. So, +you must either use bleeding edge git based packages for the project, or build +libvncclient as a subproject. + ``` git clone https://github.com/any1/aml.git +git clone https://github.com/LibVNC/libvncserver.git git clone https://github.com/any1/wlvncc.git mkdir wlvncc/subprojects cd wlvncc/subprojects ln -s ../../aml . +ln -s ../../libvncserver . cd - meson build