Difference between revisions of "AnyWave:Download"

From WikiMEG
Jump to: navigation, search
(Linux)
(Donwload AnyWave)
(14 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_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]]
+
| [[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]]
 
|}
 
|}
  
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 />
+
===Installation===
Uncompress the zip and launch the install.sh script as super user.<br />
+
- open a terminal and do:<br/>
AnyWave will be installed in '''/usr/local/AnyWave''' (this will allow MATLAB plugins to run correctly).<br />
+
This package was built on Debian using gcc 4.9 so it should run on other distros.<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 />
+
 
+
===Install extra dependencies===
+
Examples on Centos and Debian<br />
+
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
yum install -y tcsh openblas
+
chmod 755 install_AnyWave.run
apt-get install tcsh openblas
+
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]

Revision as of 15:26, 7 May 2020

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.

Build your own version from sources

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