Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Fork of elementary's screenshot-tool with 'upload-to-imgur' feature

License

Notifications You must be signed in to change notification settings

kotborealis/screenshot-tool

 
 

Repository files navigation

Screenshot Tool

Translation status

Building, Testing, and Installation

You'll need the following dependencies:

  • cmake
  • libcanberra-dev
  • libgdk-pixbuf2.0-dev
  • libgranite-dev
  • valac

It's recommended to create a clean build environment

mkdir build
cd build/

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

cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

To install, use make install, then execute with screenshot-tool

sudo make install
screenshot-tool

About

Fork of elementary's screenshot-tool with 'upload-to-imgur' feature

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 53.6%
  • CMake 46.4%