diff options
author | Davide Morelli <morellid@users.sourceforge.net> | 2005-05-31 12:02:24 +0000 |
---|---|---|
committer | Davide Morelli <morellid@users.sourceforge.net> | 2005-05-31 12:02:24 +0000 |
commit | db5fbc593460cc87773b314ebd190fe1a923a9a6 (patch) | |
tree | d2ce0a79cf279d696c8f98e161464723932a05c2 /README.txt | |
parent | 401529837ccca75286e58cd06321bfb00b47c31b (diff) |
added osx makefile
svn path=/trunk/externals/ann/; revision=3098
Diffstat (limited to 'README.txt')
-rwxr-xr-x | README.txt | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -35,12 +35,18 @@ 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.
+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.darwin
+and set correct PATHs
+
+read ann/src/makefile.darwin for more info and edit PATHs
+
+compile with
+make -f makefile.darwin
|