0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

macOS 10.15 で wineを利用

Posted at

前言

最近古い 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 bison@3.7 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
    • 時間かかりしょうね

実行

Screen Shot 2021-02-05 at 23.36.55.png

wine ファイル生成されて、実行の方法がコメンドください

⇒  ./wine
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit

Screen Shot 2021-02-05 at 23.31.40.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?