1,852
edits
(Run bootstrap script) |
(Small changes.) |
||
Line 1: | Line 1: | ||
Based on the [ | Based on the [https://mxe.cc/ MXE project] there is an [https://hg.octave.org/mxe-octave MXE-Octave] fork available to allow cross compiling Octave to various target systems. | ||
=== Examples of compiling Octave for different platforms === | === Examples of compiling Octave for different platforms === | ||
Line 41: | Line 41: | ||
=== Note for gnuplot === | === Note for gnuplot === | ||
The gnuplot built by mxe-octave does not support cairo based terminals and lua/tikz terminals. | The gnuplot built by mxe-octave does not support cairo based terminals and lua/tikz terminals. | ||
If you want uses those feature, prepare gnuplot with those features and points its location setting to | If you want uses those feature, prepare gnuplot with those features and points its location setting to | ||
Line 48: | Line 46: | ||
>> gnuplot_binary /usr/bin/gnuplot | >> gnuplot_binary /usr/bin/gnuplot | ||
[[Category:Building]] |