symbolic icon indicating copy to clipboard operation
symbolic copied to clipboard

readme claims to need liboctave-dev on Ubuntu

Open cbm755 opened this issue 3 years ago • 1 comments

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

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

cbm755 avatar Jul 06 '22 20:07 cbm755

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.

alexvong243f avatar Jul 07 '22 06:07 alexvong243f