aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Morelli <morellid@users.sourceforge.net>2005-05-18 17:45:34 +0000
committerDavide Morelli <morellid@users.sourceforge.net>2005-05-18 17:45:34 +0000
commit2b7a595587419b8fb88b0321856f76d2edb2cf5a (patch)
tree71ca50ccc0884844c653839b83891398d9f3fe50
parent5c1dcf27c40878ebb121225038bd6e1ffc839cb1 (diff)
added a simple readme
svn path=/trunk/externals/ann/; revision=3020
-rwxr-xr-xREADME.txt46
1 files changed, 46 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100755
index 0000000..31f12c1
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,46 @@
+ann: Artificial Neural Networks
+
+Authors:
+forum::für::umläute
+Davide Morelli - info@davidemorelli.it
+
+this software is under the GnuGPL that is provided with these files
+
+ann_som: self-organized maps
+ann_mlp: multi layer perceptrons
+ann_td: time delay
+
+
+FANN libraries are required for ann_mlp and ann_td, see
+http://fann.sourceforge.net/
+
+
+---------- 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)
+go to MSVC++ folder and open all.dsw
+compile everything
+go in the ann/src folder
+edit makefile.msvc with the correct PATHs
+run the visual studio command prompt and execute:
+nmake makefile.msvc
+
+---------- Linux users:
+
+go to http://fann.sourceforge.net/ and download fann libs
+compile fann libs from source
+if you don't compile from source edit ann/src/makefile.linux
+and set correct PATHs
+
+read ann/src/makefile.linux for more info and edit PATHs
+
+ann_mlp and ann_td have never been compiled on linux
+
+---------- Irix users:
+
+ann_mlp and ann_td have never been compiled on irix
+
+---------- OsX users:
+
+ann_mlp and ann_td have never been compiled on OsX and a Makefile is not provided, sorry.