NeuroCAD Download page

stable - developed version - installation instructions - static archiv - snapshot

Current stable version of NeuroCAD is alpha release neurocad-0.00.21a.
It includes:

The modules Dependency: Developer version of is neurocad-development.0707172223.

Installation Instruction

From version 0.00.15 and higher NeuroCAD is using autotools for building process. Unpack tarball:
$ tar -jxvf naurocad-x.xx.xx.tar.bz2
Change directory:
$ cd neurocad-x.xx
The configuration and installation are stnadart:
$ ./configure
$ make
and then:
$ su
....
# make install
or
$ sudo make install
Try it:
$ ncc
Result must be next:

===============================================================
NeuroCAD console application.
2004 - 2007
VERSION 0.00.21
===============================================================
Copyright(C) Ruben Tikidji - Hanburyan (rth@nisms.krinc.ru)
Copyright(C) Sergey Markin (markin@nisms.krinc.ru)
Licence: GPL
Use it without any wary!!!

Static Archiv

If you would like to try NeuroCAD without configuration and installation, you cat download the static archiv: neurocad-0.00.21a-static. It is not clean static archiv! The programms in pack are depended on the next libraries:
libreadline.so.4 libxml2.so.2 libdl.so.2 libz.so.1 libm.so.6 libc.so.6 ld-linux.so.2
You need only unpack the tarball:
$ tar -jxvf neurocad-0.00.21a-static.tar.bz2
Change the director:
$ cd neurocad-0.00.21a/bin
and run
$ ncc
You can find some examples and try it:
$ cd neurocad-0.00.21a/share/neurocad
$ sh MainenSejnowski96.sh

or
$ sh Izhikevich.sh