Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save swasher/c5790c4c65fa0dd76d35 to your computer and use it in GitHub Desktop.
Save swasher/c5790c4c65fa0dd76d35 to your computer and use it in GitHub Desktop.
Ubuntu with ODBC
- Install latest Wine and Winetricks
$ sudo add-apt-repository ppa:joe-yasi/yasi
$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install wineX.X winetricks
- Install all the extra’s and default fonts using Wintricks CLI
$ winetricks corefonts eufonts lucida opensymbol tahoma cjkfonts
- Install additional software
$ winetricks vb6run
$ winetricks mdac28
$ winetricks msxml4 mfc42 jet40 native_oleaut32
- Configure user .wine directory
$ winecfg
- Configure the data sources and add ODBC sources
$ wine control
- Source
How to get Wine, Windows MySQL Connector/ODBC and Ubuntu 13.10 to all be friends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment