diff options
author | musil <tmusil@users.sourceforge.net> | 2007-11-08 14:34:13 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2007-11-08 14:34:13 +0000 |
commit | 57232255897541ba9b44e370a681422dca7f2eeb (patch) | |
tree | 68cffb094dcdc7819219a6b25954fa3524852e4f | |
parent | dd1be46a5fd503ec94df964248ad5a0323b0dc2a (diff) |
mac example
svn path=/trunk/externals/iem/iemmatrix/; revision=8967
-rw-r--r-- | INSTALL.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index d68537a..a812369 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -5,6 +5,7 @@ Installation/Compilation instructions for "iemmatrix" 1) linux (and other autoconf-systems): ====================================== "cd" into iemmatrix/src/ + run "aclocal" run "autoconf" run "./configure" (see "./configure --help" for valid options) run "make" @@ -22,7 +23,8 @@ 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 "autoconf; ./configure; make" (for further details please see "1) linux") + run "aclocal; autoconf; ./configure; make" (for further details please see "1) linux") + (e.g. "./configure --with-pd=/Applications/Pd.app/Contents/Resources") 3) irix: ======== |