*scappit
Simple and fast screenshot creation and annotation
Venn diagram from Gliffy examples
Fetch and build
Dependencies:- libqt5x11extras5-dev libqt5widgets5-dev (Ubuntu)
- qt5-base qt5-x11extras (Arch)
$ git clone https://github.com/ohwgiles/scappit.git
$ mkdir -p path/to/build && cd path/to/build
$ cmake path/to/source -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
$ make
$ sudo make install
$ mkdir -p path/to/build && cd path/to/build
$ cmake path/to/source -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
$ make
$ sudo make install