aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
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