From f6fa62678a9904a71b22b7324c8ffddd343ac7ac Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Wed, 18 May 2005 15:24:35 +0000 Subject: introducing ann_mlp and ann_td svn path=/trunk/externals/ann/; revision=3010 --- src/makefile.linux | 5 +++++ 1 file changed, 5 insertions(+) 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 ---------------------------- -- cgit v1.2.1