MXE: Difference between revisions

Jump to navigation Jump to search
262 bytes added ,  6 March 2019
Run bootstrap script
No edit summary
(Run bootstrap script)
(2 intermediate revisions by 2 users not shown)
Line 13: Line 13:
# Download [http://hg.octave.org/mxe-octave MXE-Octave] as a compressed file.
# Download [http://hg.octave.org/mxe-octave MXE-Octave] as a compressed file.
# Unpack it in ~ or somewhere suitable.
# Unpack it in ~ or somewhere suitable.
# Check you have all the [http://mxe.cc/#requirements requirements], gfortan and libgl2ps-dev.
# Check you have all the [http://mxe.cc/#requirements requirements], gfortran and libgl2ps-dev.
# cd into the directory (called ~/mxe-octave-123456789 or similiar).
# cd into the directory (called ~/mxe-octave-123456789 or similiar).
# Type: autoconf
# Type: ./bootstrap
# Type: ./configure --enable-64 --enable-native-build --enable-pic-flag host_alias=gnu-linux --enable-openblas --enable-jit
# Type: ./configure --enable-64 --enable-native-build --enable-pic-flag host_alias=gnu-linux --enable-openblas --enable-jit
# Type: make
# Type: make
Line 28: Line 28:


* '''Compiling for your Ubuntu Desktop x64 Linux (tested for 14.xx)'''
* '''Compiling for your Ubuntu Desktop x64 Linux (tested for 14.xx)'''
# In Ubuntu Desktop Linux 14.10 the above receipt fails during building BLAS library ...  
# In Ubuntu Desktop Linux 14.10 the above recipe fails during building BLAS library ...  
# I have found a working solution how to build Octave 3.8.2 with ---enable-64 in Ubuntu Desktop Linux - see:  
# I have found a working solution how to build Octave 3.8.2 with ---enable-64 in Ubuntu Desktop Linux - see:  
# BLOG: http://calaba.tumblr.com/post/107087607479/octave-64
# BLOG: http://calaba.tumblr.com/post/107087607479/octave-64
Line 43: Line 43:


[[Category:Building]]
[[Category:Building]]
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
"gnuplot_binary" like
  >> gnuplot_binary /usr/bin/gnuplot
216

edits

Navigation menu