gnu-octave / symbolic

A Symbolic Package for Octave using SymPy
https://octave.sourceforge.io/symbolic/
GNU General Public License v3.0
152 stars 36 forks source link

readme claims to need liboctave-dev on Ubuntu #1181

Closed cbm755 closed 7 months ago

cbm755 commented 2 years ago

sudo apt-get install octave liboctave-dev python-sympy.

Is that so? I suspect it only needs apt install octave...

alexvong243f commented 2 years ago

I think liboctave-dev is only needed if we want to use the mkoctfile command, which is not the case currently. Pythonic, on the other hand, requires liboctave-dev because it uses the mkoctfile command.