AnyWave:Download

From WikiMEG
Revision as of 09:28, 11 April 2018 by Bruno (Talk | contribs)

Jump to: navigation, search

Donwload AnyWave

Windows logo.png OSX logo.png Linux logo.png

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