2
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Mac(Apple Silicon)でWine-crossoverをインストールしてWindowsソフトを動かす

Last updated at Posted at 2024-10-12

下準備

macにhomebrewをインストールしていない人は公式サイトからインストールしよう。
HomeBrew公式サイト

Wine-crossoverのインストール

ターミナルに以下のコマンドを打ち、Wine-crossoverを入れる

brew tap homebrew/cask-versions
brew install --cask --no-quarantine gcenx/wine/wine-crossover

しかしこれだけだと日本語が文字化けしてしまうので、cjkfontsをいれて日本語化をする。

winetricks + CJKFontsのインストール

winetrickを入れる

arch -arm64 brew install winetricks

cjkfontsを入れる

winetricks cjkfonts

wineを再起動する

wineserver -k && wineboot

実行するとき

32bit
wine ファイル名
64bit
wine64 ファイル名

これでWindowsのexeファイルが動くようになります。

テスト環境

MacbookPro 14inch M2Pro 32GB 1TB
macOS Sequoia

2
7
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
2
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?