Code: 2.2. Cloning the Wine Git repository Checking out from the WineHQ Git repository: git clone git://source.winehq.org/git/wine.git ~/wine-git cd ~/wine-git For older versions of git, or if you are stuck behind a firewall with an uncooperative proxy, you may need to replace git: with http:. again, RTFM.... there's plenty of howtos on the web.... Max