Mercurial > hg > octave-jordi
changeset 12201:765b15fd3b3d
README.MacOS: Additional modifications for building Octave manually.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Fri, 28 Jan 2011 19:50:08 -0500 |
parents | c2d2f880dca2 |
children | dc72a664ac7a |
files | ChangeLog README.MacOS |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2011-01-28 Ben Abbott <bpabbott@mac.com> + * README.MacOS: Additional modifications for building Octave manually. * README.MacOS: Modify instructions for building Octave manually. 2011-01-28 John W. Eaton <jwe@octave.org>
--- a/README.MacOS +++ b/README.MacOS @@ -93,12 +93,17 @@ * fftw3: Available from http://www.fftw.org/download.html + export F77="/usr/bin/gfortran" export CFLAGS="-arch i686 -arch x86_64" export FFLAGS="$CFLAGS" export LDLAGS="$CFLAGS" ./configure --disable-dependency-tracking make - make install + sudo make install + make clean + ./configure --enable-float --disable-dependency-tracking + make + sudo make install A fully functional Octave requires additional dependencies. See the link below for the details.