john.moonsugar wrote: > git clone git://source.winehq.org/git/wine.git wine-git > cd wine-git > > git checkout wine-0.9.59 > git reset --hard wine-0.9.59 Both commands with do the same in your case. john.moonsugar wrote: > That looks like what I want. I don't want to overwrite my current wine install, so I add the option "--prefix=/usr/local/wine" to configure, The best way to no not overwrite your current version is to not install your compiled version at all. But rather running it from the compile dir. The only side affect is you have to specify fill path to "wine".