README: Add build instructions

qemu-extended-key-event
Andri Yngvason 2020-07-10 14:37:22 +00:00
parent e9e3b76721
commit a148b6b3c4
1 changed files with 16 additions and 0 deletions

View File

@ -16,3 +16,19 @@ Expect bugs and missing features.
* ninja * ninja
* pkg-config * pkg-config
* wayland-protocols * wayland-protocols
## Building & Running
```
git clone https://github.com/any1/aml.git
git clone https://github.com/any1/wlvncc.git
mkdir wlvncc/subprojects
cd wlvncc/subprojects
ln -s ../../aml .
cd -
meson buid
meson -C build
./build/wlvncc <address>
```