MXE: Difference between revisions
Jump to navigation
Jump to search
→Examples of compiling Octave for different platforms
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 | ||
# Type: make openblas | # Type: make openblas | ||
# cd usr/lib | # cd usr/lib |