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:...")
 
(Mac OS X)
 
(41 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==
+
The Mac OS X version of AnyWave supports Mac OS 10.5 to 10.9.<br/>
+
  
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/>
+
==MacOS==
Donwload the zip file, uncompress it on your Mac and open the package installer and follow instructions.<br/>
+
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/>
You might need to install additionnal software in order to get access to some features of AnyWave. See below.
+
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/>
  
AnyWave will send notification messages during some operations. To see those messages you will need to install [http://growl.info Growl].
+
==Linux==
 +
===Installation===
 +
- open a terminal and do:<br/>
 +
<syntaxhighlight lang="bash">
 +
chmod 755 install_AnyWave.run
 +
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]

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