#Mac OS上でexeファイル動かす
##環境
Mac Os High Sierra 10.12.2 beta
homebrew 1.3.8
##どうやるの?
wineインストールして動かすだけ
https://github.com/wine-mirror/wine
Macならhomebrewでインストールできるので凄く簡単!!
command
brew install wine
インストールしたら
wine ~/path-to-your-exefile/~.exe
で実行できます
32bit用のファイルも動く!!