megapixels/README.md

13 lines
179 B
Markdown

# Megapixels
A GTK3 camera application that knows how to deal with the media request api
## Building
```shell-session
$ meson build
$ cd build
$ ninja
$ sudo ninja install
```