theHamsta / cantor

KDE Frontend to Mathematical Software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cantor

Cantor is a KDE Application aimed to provide a nice Interface for doing Mathematics and Scientific Computing. It doesn't implement its own Computation Logic, but instead is built around different Backends.

Available Backends

How To Build and Install Cantor

To build and install Cantor, follow the steps below:

cd cantor
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/install -DCMAKE_BUILD_TYPE=RELEASE
make
make install or su -c 'make install'

If -DCMAKE_INSTALL_PREFIX is not used, Cantor will be installed in default cmake install directory (/usr/local/ usually).

To uninstall the project:

make uninstall or su -c 'make uninstall'

About

KDE Frontend to Mathematical Software

License:GNU General Public License v2.0


Languages

Language:Jupyter Notebook 67.6%Language:C++ 31.3%Language:CMake 0.8%Language:MATLAB 0.1%Language:Common Lisp 0.0%Language:Emacs Lisp 0.0%Language:XSLT 0.0%Language:R 0.0%Language:C 0.0%Language:Julia 0.0%Language:Python 0.0%Language:Shell 0.0%