Hyuchia / camera

A fast and beautiful camera app designed for elementary OS

Home Page:https://elementary.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pantheon Camera

l10n Bountysource

The camera app designed for elementary OS

Building, Testing, and Installation

You'll need the following dependencies:

  • valac-0.30
  • libgtk-3.0-dev
  • libgranite-dev
  • libclutter-gst-3.0-dev
  • libclutter-gtk-1.0-dev

It's recommended to create a clean build environment

mkdir build
cd build/

Run cmake to configure the build environment and then make all test to build and run automated tests

cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make all test

To install, use make install, then execute with pantheon-camera

sudo make install
pantheon-camera

About

A fast and beautiful camera app designed for elementary OS

https://elementary.io

License:GNU General Public License v3.0


Languages

Language:CMake 53.7%Language:Vala 33.1%Language:Makefile 13.2%