convert project to use meson

This commit is contained in:
clayton craft 2021-09-22 18:06:13 +00:00 committed by Johannes Marbach
parent 08f255cefe
commit 5f9470121e
4 changed files with 168 additions and 53 deletions

View file

@ -69,9 +69,12 @@ Below is a summary of contributions upstreamed thus far.
For development and testing you can run the app in a VT. Unless your user account has special privileges, `sudo` will be needed to access input device files.
```
$ make
$ meson _build
$ meson compile -C build
# with meson <0.55, use ninja directly:
$ ninja -C _build
$ sudo chvt 2
$ sudo ./unl0kr
$ sudo ./_build/unl0kr
```
## Fonts