Clarify that you can't run *.exe files using Wine

This has come up a few times, so it's probably worth being a bit more
explicit about it.
This commit is contained in:
Robbert van der Helm
2020-07-18 12:36:33 +02:00
parent 04bb4efff1
commit 114cf9a122
+4 -3
View File
@@ -258,9 +258,10 @@ override the Wine prefix for all instances of yabridge.
- If you're seeing errors related to Wine, then you can verify that Wine is - If you're seeing errors related to Wine, then you can verify that Wine is
working correctly by running one of the VST host applications manually. working correctly by running one of the VST host applications manually.
Assuming that yabridge is installed under `~/.local/share/yabridge`, then Assuming that yabridge is installed under `~/.local/share/yabridge`, then
running `~/.local/share/yabridge/yabridge-host.exe` in a terminal should print running `~/.local/share/yabridge/yabridge-host.exe` directly (so _not_
a few messages related to Wine's startup process followed by the following `wine ~/.local/share/yabridge/yabridge-host.exe`, that won't work) in a
line: terminal should print a few messages related to Wine's startup process
followed by the following line:
``` ```
Usage: yabridge-host.exe <vst_plugin_dll> <unix_domain_socket> Usage: yabridge-host.exe <vst_plugin_dll> <unix_domain_socket>