MXE: Difference between revisions

19 bytes removed ,  20 February 2015
Line 10: Line 10:
# 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]
# Check you have all the [http://mxe.cc/#requirements requirements] and gfortan installed.
# cd into the directory (called ~/mxe-octave-123456789 or similiar).
# cd into the directory (called ~/mxe-octave-123456789 or similiar).
# Type: autoconf
# Type: autoconf
# 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
# vi src/openblas.mk and set USE_THREAD=1
# Type: make openblas
# Type: make openblas
# cd usr/lib
# cd usr/lib
Anonymous user