Difference between revisions of "AnyWave:Download"

From WikiMEG
Jump to: navigation, search
(Linux)
Line 18: Line 18:
 
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 />
 
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 />
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">

Revision as of 10:29, 11 April 2018

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