Screenshot tool for CutefishOS.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
தமிழ்நேரம் ca8b17921e
Translated using Weblate (Tamil)
Currently translated at 100.0% (2 of 2 strings)

Translation: CutefishOS/Screenshot
Translate-URL: https://hosted.weblate.org/projects/cutefishos/screenshot/ta/
1 month ago
.github/workflows Add github ci 3 years ago
debian feat: release 0.8 3 years ago
images Add tools bar 3 years ago
qml Update changelog 0.6 3 years ago
src fix: copy to clipboard 3 years ago
translations Translated using Weblate (Tamil) 1 month ago
.gitignore Add desktop file & Update README 3 years ago
CMakeLists.txt Add translations 3 years ago
LICENSE Initial commit 3 years ago
README.md Add desktop file & Update README 3 years ago
cutefish-screenshot.desktop Add desktop file & Update README 3 years ago
qml.qrc Add tools bar 3 years ago

README.md

Screenshot

Screenshot tool for CutefishOS.

Dependencies

Arch / Manjaro Dependencies:

sudo pacman -S extra-cmake-modules qt5-base qt5-quickcontrols2

Debian / Ubuntu Dependencies:

sudo apt install cmake qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools qml-module-qtquick-controls2 qml-module-qtquick2 qml-module-qtquick-layouts qml-module-qt-labs-platform qml-module-qt-labs-settings qml-module-qtqml qml-module-qtquick-window2 qml-module-qtquick-shapes qml-module-qtquick-dialogs qml-module-qtquick-particles2

Build

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install

License

This project has been licensed by GPLv3.