README: Remove libvncclient dependency

pull/12/head
Andri Yngvason 2022-06-05 12:46:41 +00:00
parent f4d40df8f6
commit f38e43e096
1 changed files with 0 additions and 7 deletions

View File

@ -6,7 +6,6 @@ Expect bugs and missing features.
## Runtime Dependencies ## Runtime Dependencies
* aml * aml
* libvncclient
* libwayland * libwayland
* libxkbcommon * libxkbcommon
* pixman * pixman
@ -19,19 +18,13 @@ Expect bugs and missing features.
* wayland-protocols * wayland-protocols
## Building & Running ## 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/any1/aml.git
git clone https://github.com/LibVNC/libvncserver.git
git clone https://github.com/any1/wlvncc.git git clone https://github.com/any1/wlvncc.git
mkdir wlvncc/subprojects mkdir wlvncc/subprojects
cd wlvncc/subprojects cd wlvncc/subprojects
ln -s ../../aml . ln -s ../../aml .
ln -s ../../libvncserver .
cd - cd -
meson build meson build