Difference between revisions of "AnyWave:Download"
From WikiMEG
(→Donwload AnyWave) |
(→Mac OS X) |
||
Line 10: | Line 10: | ||
==Mac OS X== | ==Mac OS X== | ||
− | + | 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/> | |
+ | |||
==Linux== | ==Linux== | ||
===Installation=== | ===Installation=== |
Revision as of 15:18, 12 October 2020
Contents
Donwload AnyWave
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
Unzip the AnyWave.app.zip file and launch AnyWave.app (We suggest to copy the Application bundle into /Applications but it is not necessary).
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