I see different advice on the best way to compile in various places. The http://www.winehq.org/site/docs/wineusr-guide/installing-wine-source user guide says to run: $ ./configure $ make depend $ make $ make install
The README in the root of the source directory says to run: ./tools/wineinstall
Which is the preferred method? Is there any difference? I'm thinking the docs in one of those two places probably needs to be updated.