README: Add build instructions
parent
e9e3b76721
commit
a148b6b3c4
16
README.md
16
README.md
|
@ -16,3 +16,19 @@ Expect bugs and missing features.
|
|||
* ninja
|
||||
* pkg-config
|
||||
* 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>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue