To compile and install Wine1.1.32 under Ubuntu9.10, follow these steps: Download the source code of the latest wine1.1.32: Latest
Follow these steps to compile and install Wine1.1.32 in Ubuntu 9.10:
Download the latest wine1.1.32 source code: http://prdownloads.sourceforge.net/wine/wine-1.1.32.tar.bz2
Download the installdependencies script file in the attachment to check and install the dependency package:
Code: sudo sh installdependencies. sh
This script is applicable to versions 8.04-9.10.
Attachment: installdependencies.sh.tar.gz [2.28 KiB]
After the dependency package is installed, decompress the wine1.1.32 package and enter the tools Folder.
Then: Code:./wineinstall
Then click yes.
Now, you don't need to make any more. You can use the wineinstall command to complete all the work.
When I was half a child, the compilation was completed, the installation was automated, and then
Code: winecfg
This version automatically supports Chinese display
You can right-click the exe file and run wine loader.
Everything goes well
Attachment: installdependencies script file