How to compile a specific version of wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
djtmc
Level 2
Level 2
Posts: 11
Joined: Sun Sep 11, 2011 5:09 pm

How to compile a specific version of wine?

Post by djtmc »

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
Christoph Korn

How to compile a specific version of wine?

Post by Christoph Korn »

For compilation instructions, read here:
http://wiki.winehq.org/FAQ#head-7ed3c31 ... 53dc41817b

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
Frédéric Delanoy

How to compile a specific version of wine?

Post by Frédéric Delanoy »

On Fri, Oct 21, 2011 at 20:12, Christoph Korn <[email protected]> wrote:
For compilation instructions, read here:
http://wiki.winehq.org/FAQ#head-7ed3c31 ... 53dc41817b

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"
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

google that wine version.

make uninstall from the current wine root dir

tools/wineinstall from the new wine

simple
Locked