diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-04-09 12:14:59 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-04-09 12:14:59 +0000 |
commit | ae746c1cedfd6504f0cd69f69a99367878a07e33 (patch) | |
tree | 1638b36e9effe2ac9a291bdd6ad76e6ef89dbb25 | |
parent | 6e9cbb4cede0714733008e6c3f7e5e9f41c875c3 (diff) |
explain how to use the "enable-fat-binary" flag
svn path=/trunk/externals/iem/iemmatrix/; revision=10998
-rw-r--r-- | INSTALL.txt | 9 |
1 files 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: ======== |