Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10
Front end to powerful mathematics and statistics packages
KDE/cantor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Cantor is a KDE Application aimed to provide a nice Interfacefor doing Mathematics and Scientific Computing. It doesn't implementits own Computation Logic, but instead is built around differentBackends.
- Julia Programming Language:http://julialang.org/
- KAlgebra for Calculation and Plotting:http://edu.kde.org/kalgebra/
- Lua Programming Language:http://lua.org/
- Maxima Computer Algebra System:https://maxima.sourceforge.io/
- Octave for Numerical Computation:https://gnu.org/software/octave/
- Python Programming Language:http://python.org/
- Qalculate Desktop Calculator:http://qalculate.sourceforge.net/
- R Project for Statistical Computing:http://r-project.org/
- Sage Mathematics Software:http://sagemath.org/
- Scilab for Numerical Computation:http://scilab.org/
To build and install Cantor, follow the steps below:
cd cantormkdir buildcd buildcmake .. -DCMAKE_INSTALL_PREFIX=/path/to/install -DCMAKE_BUILD_TYPE=RELEASEmakemake install or su -c 'make install'If-DCMAKE_INSTALL_PREFIX is not used, Cantor will be installed indefault cmake install directory (/usr/local/ usually).Also, settingCMAKE_INSTALL_PREFIX to some nonstandard location may cause different problemswith searching Cantor files. So there is a need for passing proper paths for KDE install cmake variables.For example, if none of Cantor's backends are found after installation, KDE_INSTALL_PLUGINDIR path shouldbe specified on cmake configuration step to some location.
To uninstall the project:
make uninstall orsu -c 'make uninstall'
About
Front end to powerful mathematics and statistics packages
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.