Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 883 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 883 Bytes

Camera

Translation status

The camera app designed for elementary OS

Camera Screenshot

Building, Testing, and Installation

You'll need the following dependencies:

  • gstreamer1.0-gtk3
  • libcanberra-dev
  • libclutter-gst-3.0-dev
  • libclutter-gtk-1.0-dev
  • libgranite-dev
  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev
  • libgtk-3-dev
  • libhandy-1-dev
  • meson >= 0.46
  • valac

Run meson build to configure the build environment. Change to the build directory and run ninja test to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install, then execute with io.elementary.camera

sudo ninja install
io.elementary.camera