We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8946f commit b3afdb0Copy full SHA for b3afdb0
README
README.md
@@ -0,0 +1,28 @@
1
+# Pantheon Camera
2
+
3
+The camera app designed for elementary OS
4
5
+## Building, Testing, and Installation
6
7
+You'll need the following dependencies:
8
9
+ - valac-0.30
10
+ - libgtk-3.0-dev
11
+ - libgranite-dev
12
+ - libclutter-gst-3.0-dev
13
+ - libclutter-gtk-1.0-dev
14
15
+It's recommended to create a clean build environment
16
17
+ mkdir build
18
+ cd build/
19
20
+Run `cmake` to configure the build environment and then make to build
21
22
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
23
+ make
24
25
+To install, use `make install`, then execute with `snap-photobooth`
26
27
+ sudo make install
28
+ snap-photobooth
0 commit comments