Explorar el Código

Added build instructions

Martijn Braam hace 4 años
padre
commit
59615b5894
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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
+```