Skip to content

Commit b3afdb0

Browse files
danirabbitPhilip-Scott
authored andcommitted
Use markdown for readme (#3)
* Use markdown for readme, format it more nicely * Update README.md
1 parent 5b8946f commit b3afdb0

File tree

2 files changed

+28
-18
lines changed

2 files changed

+28
-18
lines changed

README

-18
This file was deleted.

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)