[Wine] Re: Performing a Regression Test

dimesio wineforum-user at winehq.org
Thu Mar 4 21:30:54 CST 2010


zac wrote:
> So, I ran this command:
> 
> CC="ccache gcc" ./configure --verbose && make depend && make
> 
> Then this long complicated process started with a lot of terminal output. Then it finished.
> 
> Is that it? Is so called 'compiling' over?? 

Yes.

> I'm struggling with this, and cannot move on. I was reading the README document at /wine-git, and that's why I decided to run make uninstall, and then make install. But I just don't know what is this that I'm doing. The wiki guide says this is not a good idea, while the README file says I should do it... Or maybe I misunderstood it all! [Shocked] 

You should NOT make install when running a regression test. Run the Wine you've compiled from the wine-git directory.


> 
> What is 'mv ~/.wine ~/.wine-backup'

That renames ~/.wine to ~/.wine-backup. This way you can test your app in a clean wineprefix, and when you're done, just restore your old one by renaming it back to ~/.wine.


> Do I need to uninstall my older version of wine?

No, because you're not installing the version you compiled.







More information about the wine-users mailing list