ruelle wrote: > i'm trying with max's tutorial but it stops here: > > Code: > > ruelle@a7jc:~$ git clone git://source.winehq.org/git/wine.git wine > Initialized empty Git repository in /home/ruelle/wine/.git/ > source.winehq.org[0: 209.46.25.134]: errno=Connection timed out > fatal: unable to connect a socket (Connection timed out) > fetch-pack from 'git://source.winehq.org/git/wine.git' failed. > ruell@a7jc:~$ > > > [Crying or Very sad] > > maybe university firewall??? >From http://wiki.winehq.org/GitWine#head-bc3ee0bfecc17d220da733af4d8ab1154861c7c9 : 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