Skip to content

kqwyf/Cantor

Repository files navigation

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

A fork of KDE Cantor. Attempting to add a markdown backend.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.DOC

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors