AnyWave:Download

From WikiMEG
Revision as of 17:37, 25 February 2021 by Bruno (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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