Accueil › Forums › Programmation WIMS › Programmation dans le langage wims › maxima load lisp module › Répondre à : maxima load lisp module
7 novembre 2017 à 12:34
#4060
Participant
::
scilab requires a chroot and a sysmask kernel (…)
So in real life you don’t need to install scilab on a wims system (and in a chroot).
from scilab.c
setenv("chroot","must",1);
setenv("sysmask","must",1);
must_chroot=1
For M2 , I’ve never been able to cleanly compile from source (I hope it’s my fault).
So I can’t include it besides, M2 is not being used in published modules.
Joke