...
11.x.x (Big Sur) - old instructions
- Install homebrew if you haven't already.
- Install wine-crossover from https://github.com/Gcenx/homebrew-wine
- Configure a 32-bit wine environment using:
- WINEARCH=win32
...
- WINEPREFIX=~/.wine32 winecfg
- Then before you start the release ensure the following environment variables are set:
- export WINEARCH=win32
- export WINEPREFIX=~/.wine32
Linux
- Install the Wine package from your package manager. On Debian Bookworm, this required:
- dpkg --add-architecture i386
- apt-get install wine wine32
- Configure a Wine32 environment using:
- WINEARCH=win32 WINEPREFIX=~/.wine32
...
- winecfg
- Then before you start the release ensure the following environment variables are set:
- export
...
- WINEARCH=win32
- export
...
- WINEPREFIX=~/.wine32