SpikeStream & Nemo
SpikeStream & Nemo are (ultra fast) neural simulation frameworks. cool. but how to compile on ubuntu?
Warning
This post is certainly obsolete...
-
dependencies:
-
sudo apt-get install cmake libboost-all-dev libltdl-dev libgmp3-dev libqwt-dev
-
-
now download and install Nemo with a standard
mkdir build cd build cmake .. -D NEMO_MATLAB_ENABLED=NO .. make sudo make install
now download and install SpikeStream ... FAIL!