Difference between revisions of "AnyWave:Download"
From WikiMEG
(→Linux) |
(→Linux) |
||
Line 16: | Line 16: | ||
AnyWave will be installed in /usr/local/AnyWave (this will allow MATLAB plugins to run correctly).<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 /> | 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 | + | OpenBlas and tcsh are required by AnyWave Linux and are not included in the package. (tcsh is optionnal if you don't use MATLAB plugins).<br /> |
+ | |||
==Install extra dependencies== | ==Install extra dependencies== | ||
Examples on Centos and Debian<br /> | Examples on Centos and Debian<br /> |
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 are 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