1,852
edits
(→Example of compiling MXE-Octave: Being more verbose.) |
|||
Line 20: | Line 20: | ||
==== Configuration ==== | ==== Configuration ==== | ||
< | <syntaxhighlight lang="text"> | ||
./configure \ | |||
--prefix=$HOME/mxe-octave \ | |||
--enable-native-build \ | |||
--enable-octave=release \ | |||
--enable-64 \ | |||
--enable-fortran-int64 \ | |||
--enable-pic-flag \ | |||
--enable-openblas \ | |||
--enable-jit | |||
</syntaxhighlight> | |||
For a comprehensive list of configuration options with a short explanation, type <code>./configure --help</code>. | |||
On some older systems, it might be useful to consider adding the options <code>--disable-docs --disable-system-opengl --disable-system-x11-libs --disable-java</code> in case of building errors. | |||
==== Build ==== | ==== Build ==== |