Building NEURON
Non-graphical interface part
Execute the shell script:
InstallNRNOC
This builds the non-graphical interface portion of NEURON (c code).
All the messages
during the build process are saved in nrnocworld. If everything worked
there will be an executable created in bin/$CPU called nrnoc.
Also there should be a libmesch... and libcvode.. in lib/$(CPU)
Graphical interface part
Execute the shell script:
InstallNRNIV
If successful you will end up with an executable called nrniv.
If the NEURONHOME environment variable is set, it can be tested with
cd $NEURONHOME/demo
$NEURONHOME/bin/$CPU/nrniv demo.hoc
but you won't be able to run the release demo since the necessary
membrane mechanisms are not installed in nrniv.
To test the full release mechanism part of the demo run
neurondemo