From 59615b5894c2e6a852957079846fcc7f33bdcfc9 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Tue, 8 Sep 2020 15:30:01 +0200 Subject: [PATCH] Added build instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f6b9a15..08ce0f5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # 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 +```