aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorDavide Morelli <morellid@users.sourceforge.net>2007-10-31 10:24:27 +0000
committerDavide Morelli <morellid@users.sourceforge.net>2007-10-31 10:24:27 +0000
commite677d121a496725d4c9f0bdbb5d2fa5e20444d49 (patch)
treef118d97d8d9b408c5995f6f46a2d2f8860f7bef5 /README.txt
parenta9161f30b6950dde3f801e13ab9678cb0a7f4bed (diff)
added note on fann version to be used
svn path=/trunk/externals/ann/; revision=8913
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt9
1 files changed, 5 insertions, 4 deletions
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