** Les informations suivantes sont obsolètes. Veuillez consulter ici pour les dernières informations. ** **
Installez l'infusion.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew update
1. Installez git et téléchargez la source d'ecell4.Si nécessaire, créez une clé ssh telle que `` `` ssh-keygen -t rsa -C hoge` '' et enregistrez-la dans votre compte git hub. Vous pouvez également utiliser `` `` git clone https: // github.com / ecell / ecell4.git```.
```bash
brew install git
git clone [email protected]:ecell/ecell4.git
cd ecell4
Installez les bibliothèques requises pour la construction.
brew install gsl brew install cmake brew install boost brew tap homebrew/science brew install hdf5 curl -O https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py sudo pip install "ipython[notebook]" sudo pip install cython
1. Passez le chemin de la bibliothèque installée.
```bash
export CPLUS_INCLUDE_PATH=/usr/local/Cellar/boost/1.58.0/include:/usr/local/Cellar/gsl/1.16/include:/usr/local/Cellar/hdf5/1.8.14/include:$CPLUS_INCLUDE_PATH
export LIBRARY_PATH=/usr/local/Cellar/boost/1.58.0/lib:/usr/local/Cellar/gsl/1.16/lib:/usr/local/Cellar/hdf5/1.8.14/lib:$LIBRARY_PATH
export DYLD_LIBRARY_PATH=/usr/local/Cellar/boost/1.58.0/lib:/usr/local/Cellar/gsl/1.16/lib:/usr/local/Cellar/hdf5/1.8.14/lib:$DYLD_LIBRARY_PATH
# export LD_LIBRARY_PATH=/usr/local/Cellar/boost/1.58.0/lib:/usr/local/Cellar/gsl/1.16/lib:/usr/local/Cellar/hdf5/1.8.14/lib:$LD_LIBRARY_PATH
Enfin,
./install.sh py2
Au fait, il semble que seule la table de ʻegfrd` puisse être générée en faisant ce qui suit à l'endroit où vous normalement `make`.
```bash
make BesselTables