diff README @ 94:a60dea3e59a9

Minor documentation change
author Jamie Bullock <jamie@postlude.co.uk>
date Mon, 24 Sep 2007 10:26:26 +0000
parents 8553b27a5062
children 0d49e1502159
line wrap: on
line diff
--- a/README	Mon Sep 24 08:23:26 2007 +0000
+++ b/README	Mon Sep 24 10:26:26 2007 +0000
@@ -36,6 +36,25 @@
 --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
 ----------------------------