Files
decomp.me/docs/WINE.md
Ethan Roseman 91131f9b4d Revert "Replace wine with wibo (#484)"
This reverts commit e67c36d5a7.
2022-07-29 11:41:20 -04:00

294 B

Wine setup (for local development, running Windows compilers)

  • Create a wineprefix dir
WINEPREFIX=$HOME/.wine WINEARCH=win32 wineboot --init
  • Add the WINEPREFIX setting to your .local.env file in the root of the repo
echo "WINEPREFIX=$HOME/.wine" >> .local.env