megapixels/README.md

13 lines
179 B
Markdown
Raw Normal View History

2020-09-03 01:48:47 +02:00
# Megapixels
A GTK3 camera application that knows how to deal with the media request api
2020-09-08 15:30:01 +02:00
## Building
```shell-session
$ meson build
$ cd build
$ ninja
$ sudo ninja install
```