Posts Tagged ‘git’

How to install Wine on Snow Leopard

Monday, October 26th, 2009

If you would like to have console Wine installed on your Snow Leopard machine procedure is simple.

  1. Install MacPorts
  2. In Terminal type sudo port selfupdate, to fetch the latest repository contents
  3. Run sudo port install wine to install all things needed for Wine. You can ignore error at the end regarding Wine version.
  4. Install Git in terminal sudo port install git-core
  5. Fetch the lattest source from winehq with git,  git clone git://source.winehq.org/git/wine.git ~/wine-git
  6. Enter to the ~/wine-git directory and run ./configure, ./make, ./make dep and ./make install commands

That’s it. Wine is now installed on your machine.