Macのwineを最新版(1.5.27devel)に更新

Post date: 2013/04/07 11:34:43

1.41で、LTspiceを起動するとwineがCPU100%になるので、

sh-3.2# brew install wine --devel

Warning: A newer Command Line Tools for Xcode release is available

You should install the latest version from: http://connect.apple.com

==> Downloading http://downloads.sourceforge.net/project/wine/Source/wine-1.5.27.tar.bz2

############################################################################################################## 100.0%

Warning: Clang currently miscompiles some parts of Wine. If you have gcc, you

can get a more stable build with:

brew install wine --use-gcc

==> ./configure --prefix=/usr/local/Cellar/wine/1.5.27 --with-coreaudio --with-opengl --with-x --x-include=/usr/X11/i

==> make install

==> Downloading http://downloads.sourceforge.net/wine/wine_gecko-1.9-x86.msi

Already downloaded: /Library/Caches/Homebrew/wine_gecko-1.9-x86.msi

==> Downloading http://downloads.sourceforge.net/wine/wine-mono-0.0.8.msi

Already downloaded: /Library/Caches/Homebrew/wine-mono-0.0.8.msi

==> Caveats

For best results, you will want to install the latest version of XQuartz:

http://xquartz.macosforge.org/

You may also want to get winetricks:

brew install winetricks

Or check out:

http://code.google.com/p/osxwinebuilder/

The current version of Wine contains a partial implementation of dwrite.dll

which may cause text rendering issues in applications such as Steam.

We recommend that you run winecfg, add an override for dwrite in the

Libraries tab, and edit the override mode to "disable".

Starting with wine 1.5.22 the new experimental Mac driver by CodeWeavers has

been included in the main distribution. This allows wine to run without X11

on MacOS X. To enable it execute the following command in your wine prefix:

wine regedit /usr/local/Cellar/wine/1.5.27/winemac.key

To disable it execute:

wine regedit /D 'HKEY_CURRENT_USER\Software\Wine\Drivers'

==> Summary

🍺 /usr/local/Cellar/wine/1.5.27: 1912 files, 184M, built in 10.0 minutes

sh-3.2#