- About
- How to start
- Talk to the community
- Setup your workspace
- Deal with code
- Submit changes
- Success Stories
Cantor is a front-end to powerful mathematics and statistics packages. Cantor integrates them into the KDE Platform and provides a nice, worksheet-based, graphical user interface.
Cantor uses git to manage the source code. Clone the source code repository using:
git clone git://anongit.kde.org/cantor
After it, follow the steps below to build the source code and install Cantor:
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).