mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Update installation instructions for plugin groups
Since there are now also 64 and 32 bit group host files.
This commit is contained in:
@@ -79,9 +79,9 @@ find "$plugin_dir" -type f -iname '*.dll' -print0 |
|
|||||||
|
|
||||||
This installation method will work for all VST hosts. This works similar to the
|
This installation method will work for all VST hosts. This works similar to the
|
||||||
procedure described above, but using copies of `libyabridge.so` instead of
|
procedure described above, but using copies of `libyabridge.so` instead of
|
||||||
symlinks. For this you will have to make sure that all four of the
|
symlinks. For this you will have to make sure that all eight of the `yabridge-*`
|
||||||
`yabridge-host*` files from the downloaded archive are somewhere in the search
|
files from the downloaded archive are somewhere in the search path. The
|
||||||
path. The recommended way to do this is to download yabridge from the GitHub
|
recommended way to do this is to download yabridge from the GitHub
|
||||||
[releases](https://github.com/robbert-vdh/yabridge/releases) section, extract
|
[releases](https://github.com/robbert-vdh/yabridge/releases) section, extract
|
||||||
all the files to `~/.local/share/yabridge`, and then add that directory to your
|
all the files to `~/.local/share/yabridge`, and then add that directory to your
|
||||||
`$PATH` environment variable. Alternatively there's an [AUR
|
`$PATH` environment variable. Alternatively there's an [AUR
|
||||||
@@ -300,10 +300,11 @@ meson setup --buildtype=release --cross-file cross-wine.conf -Duse-bitbridge=tru
|
|||||||
ninja -C build
|
ninja -C build
|
||||||
```
|
```
|
||||||
|
|
||||||
This will produce two files called `yabridge-host-32.exe` and
|
This will produce four files called `yabridge-host-32.exe`,
|
||||||
`yabridge-host-32.exe.so`. Yabridge will detect whether the plugin you're trying
|
`yabridge-host-32.exe.so`, `yabridge-group-32.exe` and
|
||||||
to load is 32-bit or 64-bit, and will run either `yabridge-host.exe` or
|
`yabridge-group-32.exe.so`. Yabridge will detect whether the plugin you're
|
||||||
`yabridge-host-32.exe` accordingly.
|
trying to load is 32-bit or 64-bit, and will run either the regular version or
|
||||||
|
the `*-32.exe` variant accordingly.
|
||||||
|
|
||||||
## Debugging
|
## Debugging
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user