5 ms·
For those looking to run this on a Mac, the following seems to have worked for me (M1, Big Sur 11.2.3): ``` brew tap gcenx/wine brew install --cask --no-quaran
by joelburget 5y ago
For those looking to run this on a Mac, the following seems to have worked for me (M1, Big Sur 11.2.3):
```
brew tap gcenx/wine
brew install --cask --no-quarantine wine-crossover
brew install winetricks
winetricks corefonts vcrun6 vb5run native_oleaut32 vcrun2010 richtx32 comdlg32 comctl32ocx
wine BookStory_en.exe
```
- xkeysc0re 5y agoOh sweet - thanks for this. I will add it to the README