readme updated

This commit is contained in:
Diego Stamigni 2015-01-31 16:30:07 +01:00
parent 88eb029a29
commit 5eb1ca9fa5
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -17,7 +17,7 @@ Released under GNU GPL licence v.3, copyright 2008-2009
g++ <options and files> -lneural++
- Note: because of iconv link bug on OSX, on this system you have to link like that:
g++ <options and files> -liconv -lgcc_eh -lneural++
g++ <options and files> -liconv -lneural++
> HOWTO:
# Take a look to the example in "examples" directory in the source package, in