# Kalk **Repository Path**: jingos/Kalk ## Basic Information - **Project Name**: Kalk - **Description**: Jing-Kalk is a beautifully designed calculator that conforms to the JingOS style and Integrating the interactive experience of pad and PC. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kalk Kalk is a convergent calculator application built with the [Kirigami framework](https://kde.org/products/kirigami/). Although it is mainly targeted for mobile platforms, it can also be used on the desktop. Originally starting as a fork of [Liri calculator](https://github.com/lirios/calculator), Kalk has gone through heavy development, and no longer shares the same codebase with Liri calculator. ## Features * Basic calculation * History * Unit conversion * Currency conversion ## Links * Project page: https://invent.kde.org/plasma-mobile/kalk * Issues: https://invent.kde.org/plasma-mobile/kalk/-/issues * Development channel: https://matrix.to/#/#plasmamobile:matrix.org ## Dependencies * Qt5 * Cmake * KI18n * KUnitConversion * Kirigami * KConfig * GNU Bison * Flex ## Building and Installing ```sh mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix -G Ninja .. ninja install # use sudo if necessary ``` Replace `/path/to/prefix` to your installation prefix. Default is `/usr/local`. ## Licensing GPLv3, see [this page](https://www.gnu.org/licenses/gpl-3.0.en.html).