... | @@ -8,9 +8,9 @@ Depending on your OS platform, open a Terminal window or a console application a |
... | @@ -8,9 +8,9 @@ Depending on your OS platform, open a Terminal window or a console application a |
|
````bash
|
|
````bash
|
|
anywave --plugin_debug --server_port 59000
|
|
anywave --plugin_debug --server_port 59000
|
|
````
|
|
````
|
|
If you installed the macOS version using the provided installation package, the anywave command is available from a terminal.
|
|
**macOS**: the anywave command should be available from the Terminal if you installed the application using the provided package.
|
|
If you installed the Ubuntu 20.04 package, the command is available from a terminal.
|
|
**Linux docker container**: use the script provider to launch the application within the container, add command line arguments as mentioned above.
|
|
If you installed the Windows release, you must add the PATH to the installation dir of AnyWave to the current system path or you must specify the full path to the anywave.exe file.
|
|
**Windows**: make sure your PATH contains the path the AnyWave application folder.
|
|
|
|
|
|
# Connect to AnyWave as a fake plugin
|
|
# Connect to AnyWave as a fake plugin
|
|
````python
|
|
````python
|
... | | ... | |