File: README.md

package info (click to toggle)
deepin-calculator 5.7.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,352 kB
  • sloc: cpp: 32,583; ansic: 8,715; sh: 44; makefile: 15
file content (39 lines) | stat: -rw-r--r-- 960 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Deepin Calculator

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

## Dependencies

* sudo apt install libdtkwidget-dev libqt5svg5-dev qttools5-dev-tools

## Installation

* mkdir build
* cd build
* qmake ..
* make

## Usage

* ./deepin-calculator

## Getting help

Any usage issues can ask for help via

* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
* [IRC channel](https://webchat.freenode.net/?channels=deepin)
* [Forum](https://bbs.deepin.org)
* [WiKi](https://wiki.deepin.org/)

## Getting involved

We encourage you to report issues and contribute changes

* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). (English)
* [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文)

## License

Deepin Calculator is licensed under [GPLv3](LICENSE) or any later version.