All Projects → JingOS-team → Kalk

JingOS-team / Kalk

Licence: other
Kalk is a beautifully designed calculator that conforms to the JingOS style and Integrating the interactive experience of pad and PC.

Programming Languages

C++
36643 projects - #6 most used programming language
QML
638 projects
LLVM
166 projects
CMake
9771 projects
Yacc
648 projects
javascript
184084 projects - #8 most used programming language

Kalk

Kalk is a convergent calculator application built with the Kirigami framework. Although it is mainly targeted for mobile platforms, it can also be used on the desktop.

Originally starting as a fork of Liri 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

Dependencies

  • Qt5
  • Cmake
  • KI18n
  • KUnitConversion
  • Kirigami
  • KConfig
  • GNU Bison
  • Flex

Building and Installing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].