前言
最近古い windows ゲーム欲しいので、windows executionを実行できる wineを利用したくて、元々 macOS 10.14できる wineが開けらなくなりました。。。
wine公式サイトから downloadしたバーショウンでも動かないですが、githubのsource codesで直接 make, インストールしまいました
インストール順
- git clone https://github.com/wine-mirror/wine.git
- brew install xquartz bison@3.7 flex mingw-w64 pkgconfig
- bison 3.0+ が必須
- export PATH=/usr/local/Cellar/bison/{VERSION}/bin:$PATH の追加も必須
- cd wine
- ./wineのフォールダ入れて
- ./configure --enable-win64
- 最新の macOS が 32-bitの構成がダメ
- make
- 時間かかりしょうね
実行
wine ファイル生成されて、実行の方法がコメンドください
⇒ ./wine
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit