Difference between revisions of "AnyWave:Download"

From WikiMEG
Jump to: navigation, search
(Linux)
(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 />
+
The package provided has been tested on:<br/>
Uncompress the zip and launch the install.sh script as super user.<br />
+
* Ubuntu 18.04
AnyWave will be installed in '''/usr/local/AnyWave''' (this will allow MATLAB plugins to run correctly).<br />
+
* Fedora 28
This package was built on Debian using gcc 4.9 so it should run on other distros.<br />
+
The package requires GLIBC 2.27 and should run on other compatible distributions.<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 />
+
For older Linux distributions, you can build AnyWave using or gitlab repository.<br />
 
+
A guide is provided on gitlab to build AnyWave for you Linux distribution.
===Install extra dependencies===
+
Examples on Centos and Debian<br />
+
<syntaxhighlight lang="bash">
+
yum install -y tcsh openblas
+
apt-get install tcsh openblas
+
</syntaxhighlight>
+

Revision as of 11:01, 19 October 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 package provided has been tested on:

  • Ubuntu 18.04
  • Fedora 28

The package requires GLIBC 2.27 and should run on other compatible distributions.
For older Linux distributions, you can build AnyWave using or gitlab repository.
A guide is provided on gitlab to build AnyWave for you Linux distribution.