aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-04-09 12:18:27 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-04-09 12:18:27 +0000
commit5c6f915cd8f6c64de86eefcf183f4572c78aa5ba (patch)
treeeae3f5c04ce2c7b045cac531e87748c7d7218916 /README.txt
parentc402b108c3503302185c1bd04eb0d38163923ec6 (diff)
added notes on building fat-binaries
svn path=/trunk/externals/zexy/; revision=10999
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 0a111b9..bd576d7 100644
--- a/README.txt
+++ b/README.txt
@@ -44,7 +44,7 @@ short:
long:
#1> cd src/
-#2> autoconf
+#2> ./bootstrap.sh
#3> ./configure
#4> make
#5> make install
@@ -61,10 +61,17 @@ note: if you don't want the parallel-port object [lpt]
macOS-X:
------------------------------------------------------------------------------
see installation/linux
-the configure-script should work here too
-e.g.: use the "--with-pd=/Applications/Pd.app/Contents/Resources/" option
-to tell ./configure where the pd sources are.
+there is nothing special in the code, so it should compile out of the box:
+"cd" to zexy/src
+run "./bootstrap.sh; ./configure; make" (for further details please see "1) linux")
+
+building with a special version of Pd:
+ to build zexy with your special version of Pd, you should specify the path to your Pd ressources
+ (e.g. "./configure --with-pd=/Applications/Pd.app/Contents/Resources")
+fat-binaries
+ if you want to build a multi-arch binary you have to specify this as well
+ (e.g. "./configure --enable-fat-binary=i386,ppc --with-extension=d_fat")
note on generating dependencies:
on older systems the automatic creation of build dependencies