-
Notifications
You must be signed in to change notification settings - Fork 42
/
README
29 lines (21 loc) · 1005 Bytes
/
README
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
Qalculate! Qt UI
Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple
to use but provides power and versatility normally reserved for complicated
math packages, as well as useful tools for everyday needs (such as currency
conversion and percent calculation). Features include a large library of
customizable functions, unit calculations and conversion, symbolic calculations
(including integrals and equations), arbitrary precision, uncertainty
propagation, interval arithmetic, plotting, and a user-friendly interface (GTK,
Qt, and CLI).
1. Requirements
* Qt5 (>= 5.6) or Qt6
* libqalculate (>= 5.2.0)
2. Installation
Instructions and download links for installers, binaries packages, and the
source code of released versions of Qalculate! are available at
https://qalculate.github.io/downloads.html.
In a terminal window in the top source code directory run
* qmake
* make
* make install (as root, e.g. sudo make install)
The resulting executable is named qalculate-qt.