Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 294 Bytes

WINE.md

File metadata and controls

10 lines (9 loc) · 294 Bytes

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