diff --git a/README.md b/README.md index 633bbcf..d9aa780 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Expect bugs and missing features. ## Runtime Dependencies * aml - * libvncclient * libwayland * libxkbcommon * pixman @@ -19,19 +18,13 @@ 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