diff options
author | Davide Morelli <morellid@users.sourceforge.net> | 2005-05-18 15:24:35 +0000 |
---|---|---|
committer | Davide Morelli <morellid@users.sourceforge.net> | 2005-05-18 15:24:35 +0000 |
commit | f6fa62678a9904a71b22b7324c8ffddd343ac7ac (patch) | |
tree | 56af5815d1936273cc785856140f4e7e8a3130f0 | |
parent | 09d843061433cb3c09f380da81d4e4ffc651a7dc (diff) |
introducing ann_mlp and ann_td
svn path=/trunk/externals/ann/; revision=3010
-rw-r--r-- | src/makefile.linux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/makefile.linux b/src/makefile.linux index 270e277..e643aef 100644 --- a/src/makefile.linux +++ b/src/makefile.linux @@ -10,6 +10,9 @@ current: all # make sure that the "m_pd.h" is somehow available either by putting it into this # directory, by adding it's path to the INCLUDE-path or by putting it into an # already included path, e.g. "/usr/local/include/" +# download fann libraries from http://fann.sourceforge.net +# and install from source +# make sure that fann.h is available #these are the user adjustables : adjust them to fit into your system # PD will install to $(DESTDIR)$(INSTALLL_PREFIX)$(PDLIBDIR), which is /usr/local/lib/pd @@ -22,6 +25,8 @@ PDLIBDIR = /lib/pd TARGETS = ann \ ann_som \ + ann_mlp \ + ann_td \ # ----------------------- LINUX ---------------------------- |