mirror of
https://github.com/BlackLight/neuralpp.git
synced 2024-11-24 04:35:14 +01:00
readme updated
This commit is contained in:
parent
88eb029a29
commit
5eb1ca9fa5
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -17,7 +17,7 @@ Released under GNU GPL licence v.3, copyright 2008-2009
|
||||||
g++ <options and files> -lneural++
|
g++ <options and files> -lneural++
|
||||||
|
|
||||||
- Note: because of iconv link bug on OSX, on this system you have to link like that:
|
- 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:
|
> HOWTO:
|
||||||
# Take a look to the example in "examples" directory in the source package, in
|
# Take a look to the example in "examples" directory in the source package, in
|
||||||
|
|
Loading…
Reference in a new issue