Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GNOME/genius
Read-only mirror of https://gitlab.gnome.org/GNOME/genius
https://github.com/GNOME/genius
Last synced: 3 months ago
JSON representation
Read-only mirror of https://gitlab.gnome.org/GNOME/genius
- Host: GitHub
- URL: https://github.com/GNOME/genius
- Owner: GNOME
- License: gpl-3.0
- Created: 2012-06-07T00:46:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T16:34:46.000Z (4 months ago)
- Last Synced: 2024-10-08T12:50:52.031Z (3 months ago)
- Language: HTML
- Homepage: https://gitlab.gnome.org/GNOME/genius
- Size: 26.3 MB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-cli-apps - genius - Genius calculator is a general purpose calculator and mathematics tool with many features. (<a name="calc"></a>Calculators)
- awesome-cli-apps-in-a-csv - genius - Genius calculator is a general purpose calculator and mathematics tool with many features. (<a name="calc"></a>Calculators)
README
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
- gtksourceview4 3.99.7If 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 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