From 5c6f915cd8f6c64de86eefcf183f4572c78aa5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 9 Apr 2009 12:18:27 +0000 Subject: added notes on building fat-binaries svn path=/trunk/externals/zexy/; revision=10999 --- README.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'README.txt') 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 -- cgit v1.2.1