Difference between revisions of "AnyWave:Download"
From WikiMEG
(→Installation) |
(→Installation) |
||
Line 15: | Line 15: | ||
- unzip the package file into a temporary folder.<br /> | - unzip the package file into a temporary folder.<br /> | ||
- open a terminal and do:<br/> | - open a terminal and do:<br/> | ||
− | + | <syntaxhighlight lang="bash"> | |
+ | sudo ./install_AnyWave.run | ||
+ | </syntaxhighlight> | ||
+ | - run anywave: | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | anywave & | ||
+ | </syntaxhighlight> | ||
The package provided has been tested on:<br/> | The package provided has been tested on:<br/> | ||
* Ubuntu 18.04 | * Ubuntu 18.04 |
Revision as of 10:07, 19 October 2018
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
Open the dmg file and run the installer.
Linux
Installation
- unzip the package file into a temporary folder.
- open a terminal and do:
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.