From ac13b3230b9b85cb092742a192a9c2bae6c5e779 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 24 Sep 2007 10:26:26 +0000 Subject: Minor documentation change --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README b/README index 5c71263..d2caad6 100644 --- a/README +++ b/README @@ -36,6 +36,25 @@ There following configure flags are optional: --enable-fft (to enable functions that require fftw3) --enable-simpletest (to build the simpletest example) +If you wish to build a Universal binary on OS X: + +CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \./configure --isable-dependency-tracking --your-options + +Building the MSP external +------------------------- + +Type: + +cd examples/MSP +make +sudo make install + +To build for a specific architecture: + +make intel +or +make ppc + Building the Python bindings ---------------------------- -- cgit v1.2.3