在 64 位元 环境 下 编译 安装 wine 32bit/64bit

ubuntu 升 上 9:10 后,wine becomes strange,Can only be installed when installing the package manager of wine 1.2,Can not install the main wine,Installation from the software center will also appear dependency error,Just installed 1.2, then,會出 complex formula also runs part 份程,Finally had to manually compile the wine。

Ubuntu software center in error appears:

Errors appear in Synaptic

【】 下载 source code
Tohttp://sourceforge.net/projects/wine/files/Source/Download the source code,The latest is 1.1.33
The download is complete,Directly right-click to decompress

【編譯/安裝 for 32bit wine】
● Lead
wget http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh
sudo sh install-wine-deps.sh
Compile 32-bit wine environment package required for the installation

● compile / install
./configure
make depend
make
sudo make install
Which make about half an hour

● Run
wine "檔案名稱",E.g:wine notepad

● Remove the
sudo make uninstall wine

【編譯/安裝 for 64bit wine】
● compile / install
./configure –enable-win64
make depend
make
sudo make install
make will also spend a long time

● Run / Remove
The same 32-bit instructions

Finally, my question still is not resolved,But still to spend a morning research results to record it。Also to be noted that,If the installation of the wine of 64 yuan,Will only be able to perform 64-bit win program,If the implementation of 32-bit error message will appear。


[Links]

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.