mirror of
https://github.com/decompme/decomp.me.git
synced 2026-01-17 02:30:28 -06:00
294 B
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