macOS 10.15 で wineを利用


前言

最近古い windows ゲーム欲しいので、windows executionを実行できる wineを利用したくて、元々 macOS 10.14できる wineが開けらなくなりました。。。

wine公式サイトから downloadしたバーショウンでも動かないですが、githubのsource codesで直接 make, インストールしまいました

インストール順

  1. git clone https://github.com/wine-mirror/wine.git
  2. brew install xquartz [email protected] flex mingw-w64 pkgconfig
    • bison 3.0+ が必須
    • export PATH=/usr/local/Cellar/bison/{VERSION}/bin:$PATH の追加も必須
  3. cd wine
    • ./wineのフォールダ入れて
  4. ./configure --enable-win64
    • 最新の macOS が 32-bitの構成がダメ
  5. 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