Files

11 lines
294 B
Markdown
Raw Permalink Normal View History

2022-07-29 11:41:20 -04:00
### Wine setup (for local development, running Windows compilers)
- Create a wineprefix dir
```shell
WINEPREFIX=$HOME/.wine WINEARCH=win32 wineboot --init
```
- Add the WINEPREFIX setting to your .local.env file in the root of the repo
```shell
echo "WINEPREFIX=$HOME/.wine" >> .local.env
```