Prechádzať zdrojové kódy

Added build instructions

Martijn Braam 4 rokov pred
rodič
commit
59615b5894
1 zmenil súbory, kde vykonal 9 pridanie a 0 odobranie
  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
+```