How to install Wine on Snow Leopard

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.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter

Related posts:

Tags: , , , , , , ,

2 Responses to “How to install Wine on Snow Leopard”

  1. Nagec says:

    jes jos samo mi treba Mac… :) a koji ce ti wine na Mac-u ?

  2. Amar Kulo says:

    Pa treba mi da dignem neke windows programe bez da moram dizati virtualnu masinu i windows

Leave a Reply