This is Nsim Library, a neural network simulation library for C++.

Mailing lists can be found on SourceForge.jp:
    nsim-user@lists.sourceforge.jp

*** Nsim Library requires: ***

1. boost-1.31 (ublas etc)


*** Installation note: ***

1. generate files from svn repository
 $ AUTOMAKE=automake-1.8 ACLOCAL=aclocal-1.8 autoreconf -i

2. build
 $ ./configure CPPFLAGS=-DNDEBUG
 $ make
 $ cd test
 $ make check

3. install
 $ sudo make install


**** Build note: ***

1. please added -DNDEBUG to CPPFLAGS to avoid overmuch checks.
