Browse Source

Added build instructions

Martijn Braam 4 years ago
parent
commit
59615b5894
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
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
+```