MXE: Difference between revisions

2 bytes added ,  5 August 2019
Small changes.
(Run bootstrap script)
(Small changes.)
Line 1: Line 1:
Based on the [http://mxe.cc/ MXE] project there is an [http://hg.octave.org/mxe-octave MXE-Octave] fork available to allow cross compiling Octave to various target systems.
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 ===


[[Category:Building]]
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]]