I am setting up wine-git for the first time to try a patch, I am doing so following directions from here: http://wiki.winehq.org/GitWine
It looks like when I do the command
git clone git://source.winehq.org/git/wine.git ~/wine-git
it is going to grab the latest version, I assume 1.1.17.
Is there a way I can change that to version 1.1.15? My end goal at the moment is a stable system and other than the problem I am trying to patch everything I need should work in 1.1.15. I'd rather not jump into a development version and add new problems just yet.
specify version in wine-git?
Re: specify version in wine-git?
GIT repository contains _ALL_ versions of Wine ever made, starting from 0.0.1.tparker wrote:it is going to grab the latest version, I assume 1.1.17.
Is there a way I can change that to version 1.1.15?
To get the source of a particular Wine version you wanted just do 'git checkout -f wine-1.1.15'.