|
|
|
|
|
by joelburget
1838 days 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
``` |
|