Browse Source

Added build instructions

Martijn Braam 4 năm trước cách đây
mục cha
commit
59615b5894
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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
+```