mirror of
https://github.com/decompme/decomp.me.git
synced 2026-05-03 13:31:06 -05:00
91131f9b4d
This reverts commit e67c36d5a7.
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