cd ~ mkdir bin include lib |
xcode-select
--install"
or you can try the following
link: https://developer.apple.com/download/more/.python
-V |
mkdir
~/src cd ~/src mv ~/Downloads/gsl-latest.tar.gz ~/src tar zxvf gsl-latest.tar.gz cd gsl-2.8 ./configure --prefix=/home/john 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/john make make install |
tar
zxvf nne-4.0.tar.gz cd nne |
./configure
--prefix=/home/john
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 |
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 |