So i recently came to linux mint and now want to use wine mostly for wc3. But it seems like i have to compile a more recent version (1.3.4) to play online. Since i never compiled anything i would appreciate if anyone can guide me through :)
First type via command-line: sudo apt-get build-dep wine This will install all the dependencies you'll need to build wine. Then get the latest wine 1.3.XX tarball from winehq.org, untar it somewhere, enter the folder via terminal and type: ./tools/wineinstall Follow instructions :)