forked from GNOME/genius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (29 loc) · 1.12 KB
/
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
30
31
32
33
34
35
36
37
Genius Calculator
=================
Genius calculator is a general purpose calculator and mathematics tool
with many features.
For a manual read help/genius.txt (or see the manual in the gnome
help browser).
****************************************************************************
Requirements:
- lex (tested under flex)
- yacc (tested under bison -y)
- gmp (relatively new one required)
- mpfr (relatively new one)
- glib 2.41.1
And for the GNOME frontend you need:
- gtk+ 3.21.4
- vte 2.91
- amtk
- gtksourceview4 3.99.7
If you want to compile without the GNOME frontend, try the
--disable-gnome
argument to the ./configure script. You will miss out on the GUI stuff
(which includes the plotting) but you can use all the rest nicely.
It's under GPL so read COPYING
Note: the gtkextra/ directory which includes the plotting widgetry is
copyright: Adrian E. Feiguin <[email protected]> and is under LGPL. When
GtkExtra is actually released, stable, free of bugs, widely deployed and all
that it will become a requirement rather then being included like this. This
seems very unlikely at this time.
George <[email protected]>