Warning, /utilities/kalk/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002 - SPDX-FileCopyrightText: None 
0003 - SPDX-License-Identifier: CC0-1.0
0004 -->
0005 
0006 # Kalk <img src="kalk.png" width="40"/>
0007 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.
0008 
0009 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.
0010 
0011 <a href='https://flathub.org/apps/details/org.kde.kalk'><img width='190px' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-i-en.png'/></a>
0012 
0013 ## Features
0014 * Basic calculation
0015 * History
0016 * Unit conversion 
0017 * Currency conversion
0018 * Binary calculation
0019 
0020 ## Links
0021 * Project page: https://invent.kde.org/plasma-mobile/kalk
0022 * Issues: https://bugs.kde.org/enter_bug.cgi?product=Kalk
0023 * Development channel: https://matrix.to/#/#plasmamobile:matrix.org
0024 
0025 ## Dependencies
0026 * Qt5 
0027 * Qt5 Feedback
0028 * Cmake
0029 * KI18n
0030 * KUnitConversion
0031 * Kirigami
0032 * KConfig
0033 * GNU Bison
0034 * Flex
0035 * GMP
0036 * MPFR
0037 
0038 ## Building and Installing
0039 
0040 ```sh
0041 mkdir build
0042 cd build
0043 cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix -G Ninja .. # add -DCMAKE_BUILD_TYPE=Release to compile for release
0044 ninja install # use sudo if necessary
0045 ```
0046 
0047 Replace `/path/to/prefix` to your installation prefix.
0048 Default is `/usr/local`.
0049 
0050 ## Licensing
0051 GPLv3, see [this page](https://www.gnu.org/licenses/gpl-3.0.en.html).