Kaynağa Gözat

Added build instructions

Martijn Braam 4 yıl önce
ebeveyn
işleme
59615b5894
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  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
+```