# genius **Repository Path**: deepin-opensource/genius ## Basic Information - **Project Name**: genius - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-16 - **Last Updated**: 2021-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.12 And for the GNOME frontend you need: - gtk+ 2.18 - vte - gtksourceview or gtksourceview2 (optional but recommended) 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 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