I know this has been covered before, but I'm having no luck finding it. Having downloaded the git repository, how do I compile a specific version of wine? Many thanks, David Shaw
For compilation instructions, read here: http://wiki.winehq.org/FAQ#head-7ed3c3163e2b932ee2030a48f9c5e553dc41817b You can see all versions with "git tag" and checkout one of them with git checkout <tag> Am 21.10.2011 20:05, schrieb David Shaw:> I know this has been covered before, but I'm having no luck finding it. > > Having downloaded the git repository, how do I compile a specific version of > wine? > > Many thanks, > > David Shaw > >
On Fri, Oct 21, 2011 at 20:12, Christoph Korn <c_korn at gmx.de> wrote:> For compilation instructions, read here: > http://wiki.winehq.org/FAQ#head-7ed3c3163e2b932ee2030a48f9c5e553dc41817b > > You can see all versions with "git tag" and checkout one of them with > git checkout <tag>Actually, you can checkout any commit, not just tags, as in "git checkout abcdef"