好的,我从源代码编译了 Wine1.2.3,使用了以下标志等:
sudo apt-get build-dep wine
./configure --enable-win64
make
sudo make install
编译花了很长时间,而且它做了一堆垃圾(如下),但随后wine
出现了无法识别的命令。没有~/.wine
目录,也没有任何东西/usr/bin/
make[1]: Leaving directory `/home/user1/Desktop/wine-1.2.3/tools/wmc'
make[1]: Entering directory `/home/user1/Desktop/wine-1.2.3/tools/wrc'
/usr/bin/install -c -m 644 wrc.man /usr/local/share/man/man1/wrc.1
/usr/bin/install -c wrc-installed /usr/local/bin/wrc
make[1]: Leaving directory `/home/user1/Desktop/wine-1.2.3/tools/wrc'