Difference between revisions of "AnyWave:Download"

From WikiMEG
Jump to: navigation, search
(Linux)
(Installation)
(24 intermediate revisions by one user not shown)
Line 1: Line 1:
 
=Donwload AnyWave=
 
=Donwload AnyWave=
* Windows 64bit [http://meg.univ-amu.fr/AnyWave/download.html ==>DOWNLOAD<==]
+
{| class="wikitable"
* Mac OS X 10.10 and earlier[http://meg.univ-amu.fr/AnyWave/download.html ==>DOWNLOAD<==]
+
|-
* Linux (amd64) [http://meg.univ-amu.fr/AnyWave/download.html ==>DOWNLOAD<==]
+
| [[Image:Windows_logo.png|225px|link=http://meg.univ-amu.fr/AnyWave/download_win64.html]] || [[Image:OSX_logo.png|225px|link=http://meg.univ-amu.fr/AnyWave/download_macx.html]] || [[Image:Linux_logo.png|225px|link=http://meg.univ-amu.fr/AnyWave/download_linux.html]]
 +
|}
  
 
=Install AnyWave=
 
=Install AnyWave=
 
==Windows==
 
==Windows==
Once you donwload the zip file, just unzip it and run setup.exe. Follow instructions to install AnyWave on your system.
+
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==
 
==Mac OS X==
 
Open the dmg file and run the installer.
 
Open the dmg file and run the installer.
 
==Linux==
 
==Linux==
A Debian package is provided for Debian based distributions. (The package was built under Debian 9.2) <br />
+
===Installation===
Installation: Double click on the .deb file or use '''dpkg -I''' ''<file>'' in a terminal.<br />
+
- open a terminal and do:<br/>
<br />
+
<syntaxhighlight lang="bash">
For other distribution you may choose to download the .tar.gz package and follow the instructions to install it: <br />
+
chmod 755 install_AnyWave.run
- uncompress the archive file.<br />
+
sudo ./install_AnyWave.run
- run install.sh script<br />
+
</syntaxhighlight>
<br />
+
- run anywave:
'''IMPORTANT NOTE:'''<br />
+
<syntaxhighlight lang="bash">
If your are installing using the archive (.tar.gz) file, you will need to install two third party librairies :  HDF5 and MATIO<br />
+
anywave &
Depending on your distribution you may have to use:<br />
+
</syntaxhighlight>  
<syntax_highlight "lang=shell">
+
The package provided has been tested on:<br/>
yum install -y hdf5 matio
+
* Ubuntu 18.04
apt-get install libhdf5 libmatio
+
* Fedora 28
</syntax_highlight>
+
The package requires GLIBC 2.27 and should run on any GLIBC 2.27 distributions.<br />
 +
For older Linux distributions, you can build AnyWave using our [https://gitlab.thevirtualbrain.org/anywave/AnyWave gitlab repository].<br />

Revision as of 09:36, 22 August 2019

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

Installation

- open a terminal and do:

chmod 755 install_AnyWave.run
sudo ./install_AnyWave.run

- run anywave:

anywave &

The package provided has been tested on:

  • Ubuntu 18.04
  • Fedora 28

The package requires GLIBC 2.27 and should run on any GLIBC 2.27 distributions.
For older Linux distributions, you can build AnyWave using our gitlab repository.