summaryrefslogtreecommitdiffstats
path: root/academic/scilab/README
diff options
context:
space:
mode:
Diffstat (limited to 'academic/scilab/README')
-rw-r--r--academic/scilab/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/scilab/README b/academic/scilab/README
index 61342510b8..af52883e5d 100644
--- a/academic/scilab/README
+++ b/academic/scilab/README
@@ -5,3 +5,7 @@ enhancement, fluid dynamics simulations, numerical optimization, and
modeling and simulation of explicit and implicit dynamical systems.
MATLAB code, which is similar in syntax, can be converted to Scilab.
Scilab is one of several open source alternatives to MATLAB.
+
+If you want Scilab to use the system JVM instead of its own (and
+eventually save about 100 MB of disk space), pass USE_SYSTEM_JVM=yes
+to the script (default is "no"). Note: this may cause problems.