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
How to compile a specific version of wine?
How to compile a specific version of wine?
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:
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
How to compile a specific version of wine?
On Fri, Oct 21, 2011 at 20:12, Christoph Korn <[email protected]> wrote:
checkout abcdef"
Actually, you can checkout any commit, not just tags, as in "gitFor 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>
checkout abcdef"