Difference between revisions of "AnyWave:Download"

From WikiMEG
Jump to: navigation, search
(Created page with "=Donwload AnyWave= Click on the links below to download AnyWave for your platform: * [http://meg.univ-amu.fr/Anywave/Anywave_win32.zip Windows 32bit - February 2014] * [http:...")
 
(Donwload AnyWave)
(38 intermediate revisions by one user not shown)
Line 1: Line 1:
 
=Donwload AnyWave=
 
=Donwload AnyWave=
 
+
{| class="wikitable"
Click on the links below to download AnyWave for your platform:
+
|-
* [http://meg.univ-amu.fr/Anywave/Anywave_win32.zip Windows 32bit - February 2014]
+
| [[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]]
* [http://meg.univ-amu.fr/Anywave/Anywave_win64.zip Windows 64bit - February 2014]
+
|}
* [http://meg.univ-amu.fr/Anywave/Anywave.zip Mac OS X] and [[http://meg.univ-amu.fr/Anywave/qt-mac-opensource-4.7.4.dmg Qt 4.7.4]
+
  
 
=Install AnyWave=
 
=Install AnyWave=
 
==Windows==
 
==Windows==
The 32bit version of '''AnyWave''' will install and run on all Windows versions starting with '''Windows XP'''.<br/>
+
Once you've donwloaded the zip file, just unzip it and run setup.exe. Follow instructions to install AnyWave on your system.
However, on 64bit Windows operating systems, it will run as a 32bit application. Therefore, '''AnyWave''' won't take advantage of all the memory installed on the system.<br/>
+
 
+
The 64bit version of '''AnyWave''' will install and run on '''Windows Vista x64''', '''Windows 7 x64''' and '''Windows 8 x64'''.<br/>
+
 
+
Download the zip file, uncompress it and launch the executable on your computer. You must have administrative's privileges in order to install the software.
+
  
 
==Mac OS X==
 
==Mac OS X==
The Mac OS X version of AnyWave supports Mac OS 10.5 to 10.9.<br/>
+
Open the dmg file and run the installer.
 
+
==Linux==
Be sure to have Qt 4.7.x installed on your Mac. If not, download and install [[http://meg.univ-amu.fr/Anywave/qt-mac-opensource-4.7.4.dmg Qt] before trying to install Anywave.<br/>
+
===Installation===
Donwload the zip file, uncompress it on your Mac and open the package installer and follow instructions.<br/>
+
- open a terminal and do:<br/>
You might need to install additionnal software in order to get access to some features of AnyWave. See below.
+
<syntaxhighlight lang="bash">
 
+
chmod 755 install_AnyWave.run
AnyWave will send notification messages during some operations. To see those messages you will need to install [http://growl.info Growl].
+
sudo ./install_AnyWave.run
 +
</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 16: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