Difference between revisions of "AnyWave:Download"

From WikiMEG
Jump to: navigation, search
(Windows)
(Donwload AnyWave)
Line 1: Line 1:
 
=Donwload AnyWave=
 
=Donwload AnyWave=
 +
{| class="wikitable"
 +
|-
 +
| [[Image:Windows_logo.png|225px|link=http://meg.univ-amu.fr/GARDEL/download.html]] || [[Image:OSX_logo.png|225px|link=http://meg.univ-amu.fr/GARDEL/download.html] || [[Image:Linux_logo.png|225px|link=http://meg.univ-amu.fr/GARDEL/download.html]]
 +
|}
 +
 
* Windows 64bit [http://meg.univ-amu.fr/AnyWave/download.html ==>DOWNLOAD<==]
 
* Windows 64bit [http://meg.univ-amu.fr/AnyWave/download.html ==>DOWNLOAD<==]
 
* Mac OS X 10.10 and earlier[http://meg.univ-amu.fr/AnyWave/download.html ==>DOWNLOAD<==]
 
* Mac OS X 10.10 and earlier[http://meg.univ-amu.fr/AnyWave/download.html ==>DOWNLOAD<==]

Revision as of 13:37, 9 April 2018

Donwload AnyWave

Windows logo.png [[Image:OSX_logo.png|225px|link=http://meg.univ-amu.fr/GARDEL/download.html] 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

A Debian package is provided for Debian based distributions. (The package was built under Debian 9.2)
Installation: Double click on the .deb file or use dpkg -I <file> in a terminal.

For other distribution you may choose to download the .tar.gz package and follow the instructions to install it:
- uncompress the archive file.
- run install.sh script

IMPORTANT NOTE:
If your are installing using the archive (.tar.gz) file, you will need to install some third party librairies : HDF5, matio, tcsh
Depending on your distribution you may have to use:

yum install -y hdf5 matio tcsh
apt-get install libhdf5 libmatio tcsh