Difference between revisions of "AnyWave:Download"

From WikiMEG
Jump to: navigation, search
(Linux)
(Linux)
Line 16: Line 16:
 
- uncompress the archive file.<br />
 
- uncompress the archive file.<br />
 
- run install.sh script<br />
 
- run install.sh script<br />
 +
<br />
 +
'''IMPORTANT NOTE:'''<br />
 +
If your are installing using the archive (.tar.gz) file, you will need to install two third party librairies :  HDF5 and MATIO<br />
 +
Depending on your distribution you may have to use:<br />
 +
<syntax_highlight "lang=shell">
 +
yum install -y hdf5 matio
 +
apt-get install libhdf5 libmatio
 +
</syntax_highlight>

Revision as of 12:55, 26 February 2018

Donwload AnyWave

Install AnyWave

Windows

Once you donwload 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 two third party librairies : HDF5 and MATIO
Depending on your distribution you may have to use:
<syntax_highlight "lang=shell"> yum install -y hdf5 matio apt-get install libhdf5 libmatio </syntax_highlight>