Difference between revisions of "AnyWave:Download"

From WikiMEG
Jump to: navigation, search
(Donwload AnyWave)
(Mac OS X)
 
(22 intermediate revisions by one user not shown)
Line 2: Line 2:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
| [[Image:Windows_logo.png|225px|link=http://meg.univ-amu.fr/AnyWave/download.html]] || [[Image:OSX_logo.png|225px|link=http://meg.univ-amu.fr/AnyWave/download.html]] || [[Image:Linux_logo.png|225px|link=http://meg.univ-amu.fr/AnyWave/download.html]]
+
| [[File: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]]
|}
+
<br />
+
{| class="wikitable"
+
|-
+
| [[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.html]] || [[Image:Linux_logo.png|225px|link=http://meg.univ-amu.fr/AnyWave/download.html]]
+
 
|}
 
|}
  
Line 14: Line 9:
 
Once you've donwloaded 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==
+
==MacOS==
Open the dmg file and run the installer.
+
Unzip the AnyWave.app.zip file and launch AnyWave.app (We suggest to copy the Application bundle into /Applications but it is not necessary).<br/>
 +
If you face an issue where Mac OS informs you that the application is damaged, open a terminal console and type: <br/>
 +
xattr -cr AnyWave.app<br/>
 +
 
 
==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 />
+
For other distribution you may choose to download the .tar.gz package and follow the instructions to install it: <br />
+
- uncompress the archive file.<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 some third party librairies :  HDF5, matio, tcsh<br />
+
Depending on your distribution you may have to use:<br />
+
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
yum install -y hdf5 matio tcsh
+
chmod 755 install_AnyWave.run
apt-get install libhdf5 libmatio tcsh
+
sudo ./install_AnyWave.run
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
- run anywave:
 +
<syntaxhighlight lang="bash">
 +
anywave &
 +
</syntaxhighlight>
 +
The package provided has been tested on:<br/>
 +
* Ubuntu 18.04
 +
* Fedora 28
 +
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 />
 +
== Build your own version from sources==
 +
Use our public git repository to build AnyWave for you own Linux : <br/>
 +
[https://gitlab.dynamap.tvb-ins.fr/anywave/AnyWave.git Get it from our gitlab]

Latest revision as of 17:37, 25 February 2021

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.

MacOS

Unzip the AnyWave.app.zip file and launch AnyWave.app (We suggest to copy the Application bundle into /Applications but it is not necessary).
If you face an issue where Mac OS informs you that the application is damaged, open a terminal console and type:
xattr -cr AnyWave.app

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.

Build your own version from sources

Use our public git repository to build AnyWave for you own Linux :
Get it from our gitlab