# HG changeset patch # User Ben Abbott # Date 1296262208 18000 # Node ID 765b15fd3b3df57ec21a935ecf96eb64d1516b05 # Parent c2d2f880dca2bda47b0fe9c8700f81ba52652fb2 README.MacOS: Additional modifications for building Octave manually. diff -r c2d2f880dca2 -r 765b15fd3b3d ChangeLog --- a/ChangeLog Fri Jan 28 18:39:02 2011 -0500 +++ b/ChangeLog Fri Jan 28 19:50:08 2011 -0500 @@ -1,5 +1,6 @@ 2011-01-28 Ben Abbott + * README.MacOS: Additional modifications for building Octave manually. * README.MacOS: Modify instructions for building Octave manually. 2011-01-28 John W. Eaton diff -r c2d2f880dca2 -r 765b15fd3b3d README.MacOS --- a/README.MacOS Fri Jan 28 18:39:02 2011 -0500 +++ b/README.MacOS Fri Jan 28 19:50:08 2011 -0500 @@ -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.