[Wine] Re: Regression test starting point

vitamin wineforum-user at winehq.org
Fri Jun 6 23:21:18 CDT 2008


Col wrote:
> Thank you, it is obvious once you mentioned it.
> I did:
> git reset wine-0.9.53
> 
> Then I was required to do build, so I did:
> sudo apt-get build-dep wine wine-dev
> 
> I am not sure if this was right. 

That was not correct. You did not build it. You just installed build requirements for Wine.

To build you have to run:

Code:
./configure --verbose
make depend
make



Then run wine from the current directory NOT the one you have installed in the system!







More information about the wine-users mailing list