Difference between revisions of "AnyWave:Download"
From WikiMEG
(→Donwload AnyWave) |
(→Linux) |
||
Line 12: | Line 12: | ||
Open the dmg file and run the installer. | Open the dmg file and run the installer. | ||
==Linux== | ==Linux== | ||
− | + | The linux installation package is an archive containing all the files required to install on your system.<br /> | |
− | + | Uncompress the zip and launch the install.sh script as super user.<br /> | |
− | + | AnyWave will be installed in /usr/local/AnyWave (this will allow MATLAB plugins to run correctly).<br /> | |
− | + | This package was built on Debian using gcc 4.9 so it should run on other distros.<br /> | |
− | + | OpenBlas and tcsh are required by AnyWave Linux and is not included in the package. (tcsh is optionnal if you don't use MATLAB plugins).<br /> | |
− | + | ==Install extra dependencies== | |
− | + | Examples on Centos and Debian<br /> | |
− | + | ||
− | + | ||
− | + | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | yum install -y | + | yum install -y tcsh openblas |
− | apt-get install | + | apt-get install tcsh openblas |
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 09:28, 11 April 2018
Contents
Donwload AnyWave
Install AnyWave
Windows
Once you've donwloaded the zip file, just unzip it and run setup.exe. Follow instructions to install AnyWave on your system.
Mac OS X
Open the dmg file and run the installer.
Linux
The linux installation package is an archive containing all the files required to install on your system.
Uncompress the zip and launch the install.sh script as super user.
AnyWave will be installed in /usr/local/AnyWave (this will allow MATLAB plugins to run correctly).
This package was built on Debian using gcc 4.9 so it should run on other distros.
OpenBlas and tcsh are required by AnyWave Linux and is not included in the package. (tcsh is optionnal if you don't use MATLAB plugins).
Install extra dependencies
Examples on Centos and Debian
yum install -y tcsh openblas apt-get install tcsh openblas