Open cross-platform screenshoter with cloud support and server part.
With this application you can make screenshots, draw figures or write text and then upload to:
- screenshotgun.com
- Dropbox
- Google Drive
- Yandex.Disk
- Your own server
You can get open source server part and deploy it by yourself github.com/ismd/screenshotgun-server
Download binaries for Windows, Linux and macOS from official site screenshotgun.com
- sudo add-apt-repository ppa:ismd/screenshotgun
- sudo apt update
- sudo apt install screenshotgun
yay -S screenshotgun-git
Download and drag'n'drop to Applications directory
You can simply use CLion with Qt5 libs under any operating system. Or you can build manually:
- sudo apt install build-essential git cmake qtbase5-dev qtbase5-private-dev
- git clone https://github.com/ismd/screenshotgun.git
- cd screenshotgun && mkdir build && cd build
- cmake ..
- cmake --build .
- sudo pacman -S git cmake qt5-base
- git clone https://github.com/ismd/screenshotgun.git
- cd screenshotgun && mkdir build && cd build
- cmake ..
- cmake --build .
- brew install cmake qt
- git clone https://github.com/ismd/screenshotgun.git
- cd screenshotgun && mkdir build && cd build
- cmake -DCMAKE_PREFIX_PATH=/usr/local/opt/qt ..
- cmake --build .
- Install MXE (need cmake and qtbase packages)
- git clone https://github.com/ismd/screenshotgun.git
- cd screenshotgun && mkdir build && cd build
- x86_64-w64-mingw32.shared-cmake .. -DCMAKE_BUILD_TYPE=Release
- x86_64-w64-mingw32.shared-cmake --build .