mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Add a workaround for compilation with Wine 5.7+
This commit is contained in:
@@ -204,13 +204,10 @@ To compile yabridge, you'll need [Meson](https://mesonbuild.com/index.html) and
|
||||
the following dependencies:
|
||||
|
||||
- gcc (tested using GCC 9.2)
|
||||
- A Wine installation with `winegcc` and the development headers. At the moment
|
||||
there's a regression in **Wine 5.7+** causing compiled winelib applications to
|
||||
break. I've created an issue for this on WineHQ's [bug
|
||||
tracker](https://bugs.winehq.org/show_bug.cgi?id=49138). You'll have to
|
||||
temporarily downgrade to an earlier version of Wine if you've got Wine 5.7
|
||||
installed and you're trying to compile yabridge.
|
||||
- Boost
|
||||
- A Wine installation with `winegcc` and the development headers. The latest
|
||||
commits contain a workaround for a winelib [compilation
|
||||
issue](https://bugs.winehq.org/show_bug.cgi?id=49138) with Wine 5.7+.
|
||||
- Boost with at least `libboost_filesystem.a`
|
||||
- xcb
|
||||
|
||||
The following dependencies are included in the repository as a Meson wrap:
|
||||
|
||||
Reference in New Issue
Block a user