Hello, Was thinking of running some tests but the list of dependencies on the website seems outdated, apt-get build-dep does not work.
Am 25.08.2013 14:09, schrieb Susan Cragin:
Hello, Was thinking of running some tests but the list of dependencies on the website seems outdated, apt-get build-dep does not work.
running https://code.google.com/p/winezeug/source/browse/trunk/install-wine-deps.sh is a good chance
Does auto-apt work to get wine dependencies in source code?
The best way would be to try out i guess :)
Op 25-08-13 14:09, Susan Cragin schreef:
Hello, Was thinking of running some tests but the list of dependencies on the website seems outdated, apt-get build-dep does not work.
Is that with the ubuntu-wine ppa enabled?
On Monday, 26 August 2013 5:20 AM, Maarten Lankhorst wrote:
Op 25-08-13 14:09, Susan Cragin schreef:
Was thinking of running some tests but the list of dependencies on the website seems outdated, apt-get build-dep does not work.
Is that with the ubuntu-wine ppa enabled?
The Wine PPA isn't required on Ubuntu or similar distros (e.g. Linux Mint).
You just need to make sure that the source repositories (i.e. deb-src) are enabled in /etc/apt/sources.list or /etc/apt/sources.list.d/sources.list. (Ubuntu seems to do this automatically.)
Once this is done, you can just enter 'sudo apt-get build-dep wine' in a terminal. Confusion may come from the Recommended Packages wiki page (http://wiki.winehq.org/Recommended_Packages). The command should be 'wine' not 'wine1.3' or 'wine1.4'. I'll get a patch for this later today.