Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamen/fbb9c10169123f091cc0 to your computer and use it in GitHub Desktop.
Save yamen/fbb9c10169123f091cc0 to your computer and use it in GitHub Desktop.
# Install Wine and other necessary components using Homebrew
brew install wine
brew install winetricks
brew install cabextract
# Instructions from http://www.sparxsystems.com/support/faq/enterprise-architect-WINE.html
winetricks allfonts
winetricks msxml
winetricks msxml3
winetricks msxml4
winetricks mdac28
winecfg # Switch to Libraries tab, select oledb32, Edit, change to "Native".
wine easetupfull.exe
winetricks jet40
wine msiexec /i mysql-connector-odbc-3.51.25-win32.msi
# To start Enterprise Architect
wine ~/.wine/drive_c/Program\ Files/Sparx\ Systems/EA/EA.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment