A lightweight frontend to giac, like xcas or qcas.
The MathPad is still in very early phases.
- Install Ultimate++
- Clone or download this repository and extract it to a good directory.
- Open TheIDE progam and go through the first time startup.
- Create new assembly by right clicking the assembly list and set package nests to "/path/to/MathPad/src;/path/to/upp/uppsrc"
- Open MathPad package and build it.
- If you get errors, ensure that you have
-std=c++14
in your c++ options.