From ae746c1cedfd6504f0cd69f69a99367878a07e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 9 Apr 2009 12:14:59 +0000 Subject: explain how to use the "enable-fat-binary" flag svn path=/trunk/externals/iem/iemmatrix/; revision=10998 --- INSTALL.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index a812369..61759a9 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -23,8 +23,13 @@ Installation/Compilation instructions for "iemmatrix" ============ there is nothing special in the code, so it should compile out of the box: "cd" to iemmatrix/src - run "aclocal; autoconf; ./configure; make" (for further details please see "1) linux") - (e.g. "./configure --with-pd=/Applications/Pd.app/Contents/Resources") + run "./bootstrap.sh; ./configure; make" (for further details please see "1) linux") + building with a special version of Pd: + to build iemmatrix 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") 3) irix: ======== -- cgit v1.2.1