Jelajahi Sumber

Added build instructions

Martijn Braam 4 tahun lalu
induk
melakukan
59615b5894
1 mengubah file dengan 9 tambahan dan 0 penghapusan
  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
+```