| sudo
apt update sudo apt install build-essential apt list gcc apt list make |
| cd
$HOME mkdir bin include lib |
xcode-select
--install" or you can try the following
link: https://developer.apple.com/download/more/.| python
-V |
| python3
--version |
| mkdir
~/src cd ~/src mv ~/Downloads/gsl-latest.tar.gz ~/src tar zxvf gsl-latest.tar.gz cd gsl-2.8 ./configure --prefix=$HOME make make install |
| cd
~/src mv ~/Downloads/openmpi-5.0.6.tar.gz ~/src tar zxvf openmpi-5.0.6.tar.gz cd openmpi-5.0.6 ./configure --prefix=$HOME make make install |
|
~/miniconda/bin/conda
init --all |
| tar
zxvf NeuronetExperimenter-4.0.1.tar.gz cd NeuronetExperimenter-4.0.1 |
| conda env create -f nne_env.yml conda activate nne_env |
| sudo
apt install libtool-bin |
| ./configure
--prefix=$HOME conda deactivate conda activate nne_env make # this builds an executable binary of the core simulator w/o the models included make install # this makes the binary accessible from anywhere on your file system |
| make
clean |
| nne_run Welcome to NeuronetExperimenter (nne) v4.0 Copyright (C) 2006-2024, J. A. Hayes and J. L. Mendenhall Neurons this binary supports: Select one from the following menu: -1. Enter manually 0. Use the same setup and network file as last time 1. ../ 2. docs/ 3. include/ 4. models/ 5. scripts/ 6. src/ Ctrl-C to exit |
| This
application failed to start because no Qt platform plugin
could be initialized. Reinstalling the application may fix
this problem. Available platform plugins are: eglfs,
minimal, minimalegl, offscreen, vnc, webgl, xcb. |
| sudo
apt install libxcb-render-util0
sudo apt install libxcb-image0 sudo apt install libice6 sudo apt install libsm6 sudo apt install libxcb-keysyms1 sudo apt install libxcb-icccm4 |
| export
QT_DEBUG_PLUGINS=1 nne_plotNeuron zca.setup 1 |
| ldd
~/miniconda3/envs/nne_env/plugins/platforms/libqxcb.so |
grep "not found" |