Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.08 KB

Deepin Calculator

Deepin calculator is an easy to use calculator for ordinary users.

Dependencies

  • sudo apt install libdtkwidget-dev libqt5svg5-dev qttools5-dev-tools cmake

Installation

  • mkdir build
  • cd build
  • cmake .. -DBUILD_TESTING=OFF
  • make

Test

  • sudo apt install libgtest-dev googletest libgmock-dev
  • mkdir build
  • camke ..
  • cd tests
  • make
  • ./deepin-calculator-test

Usage

  • ./deepin-calculator

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

Deepin Calculator is licensed under GPL-3.0-or-later