MikuInstaller に新しい Wine と .NET Framework 4.0 を #
結構時間かかる
とりあえず動いてる
うまく動いてるのかどうかはわからん
使うんなら VMware 上の Windows 使うわなぁ、きっと
まぁ、せっかくやってみたんで、メモ
- Homebrew インストール
$ /usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
$ brew install git
$ brew update
$ brew doctor
$ sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
- gcc インストール
$ brew install https://raw.github.com/adamv/homebrew-alt/master/duplicates/apple-gcc42.rb
- wine インストール
$ brew install wine --use-gcc
- XQuartz をダウンロードしてインストール
- winetricks インストール
$ brew install winetricks
- .Net Framework インストール
- 以下のとおり言われるので、そのとおりにして再実行
$ winetricks dotnet40
/usr/local/bin/winetricks: line 734: xdg-open: command not found
------------------------------------------------------
Please download gacutil-net40.tar.bz2 from http://www.mediafire.com/?v8rw5h1ra7maod4, place it in /Users/hogehoge/Library/Caches/winetricks/dotnet40, then re-run this script.
------------------------------------------------------
- ここまででもいいんだけど、.exe を Mikuinstaller に関連づけしてるので、
- Mikuinstaller.app を右クリック > パッケージの内容を表示し、Contents > Resources > Wine.bundle を右クリック > パッケージの内容を表示
- Wine.bundle の Contents > SharedSupport の中に、/usr/local/Cellar/wine/1.4/ の中身を上書きコピーする
- ~/.wine/ の中身を ~/Library/Application\ Support/MikuInstaller/prefix/hogehoge/ にコピーする
とりあえず、こんな感じで ChainLP40b9 を起動はできた。画像の読み込みもできた
各種ライブラリ導入してないので、書き出しは試してない
使うんなら VMwar (ry