README: Update instructions to include libvncserver as subproject
parent
339cd4b0ad
commit
c45613dbe7
|
@ -19,13 +19,19 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue