238
edits
(Run bootstrap script) |
|||
Line 15: | Line 15: | ||
# Check you have all the [http://mxe.cc/#requirements requirements], gfortran 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: | # 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 | # 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 |
edits