From e677d121a496725d4c9f0bdbb5d2fa5e20444d49 Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Wed, 31 Oct 2007 10:24:27 +0000 Subject: added note on fann version to be used svn path=/trunk/externals/ann/; revision=8913 --- README.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 13df87b..0b6099e 100755 --- a/README.txt +++ b/README.txt @@ -12,14 +12,15 @@ ann_mlp: multi layer perceptrons ann_td: time delay -FANN libraries are required for ann_mlp and ann_td, see +FANN libraries version 1.2 are required for ann_mlp and ann_td, see http://fann.sourceforge.net/ +(ann works only with 1.2 version) ---------- Windows users (MSVC): go to http://fann.sourceforge.net/ and download fann libs -(current is http://prdownloads.sourceforge.net/fann/fann-1.2.0.zip?download) +(use 1.2 version) go to MSVC++ folder and open all.dsw compile everything go in the ann/src folder @@ -29,7 +30,7 @@ nmake makefile.msvc ---------- Linux users: -go to http://fann.sourceforge.net/ and download fann libs +go to http://fann.sourceforge.net/ and download 1.2 fann libs compile fann libs from source if you don't compile from source edit ann/src/makefile.linux and set correct PATHs @@ -42,7 +43,7 @@ ann_mlp and ann_td have never been compiled on irix ---------- OsX users: -go to http://fann.sourceforge.net/ and download fann libs +go to http://fann.sourceforge.net/ and download 1.2 fann libs compile fann libs from source if you don't compile from source edit ann/src/makefile.darwin and set correct PATHs -- cgit v1.2.1