Installation¶
Note
To install from source, refer to Development for details.
Binary installers
Download the Spin-Scenario installers from the releases.
Note
For Windows:
- run
Spin-Scenario-1.1.0-win64.exeto start installation.
To run
spin-scenariofrom any folder,you need to add yourspin-scenariobinary path e.g.C:\Program Files\Spin-Scenario\binto system PATH environment.Note
You may need to install Visual C++ Redistributable Package in case of encountering missing dll file such as vcruntime140_1.dll when start the Spin-Scenario.
- run
For Ubuntu 16.04, 18.04, 20.04:
sudo dpkg -i Spin-Scenario-1.1.0-Ubuntu.deb
Use
sudo apt-get install -fto solve dependencies if the.debpackage installation failed.For CentOS 7:
yum install boost-devel fftw-devel hdf5-devel NLopt-devel gnuplot rpm -ivh spin-scenario-1.0.0-centos7.rpm --nodeps --force ldconfig