mkdir wine
cd wine
wget https://dl.winehq.org/wine/source/3.x/wine-3.14.tar.xz
tar -xvJf wine-3.1.4.tar.xz
mkdir wine64
cd wine64/
../wine-3.14/configure --enable-win64
make -j 4
cd ..
mkdir wine32
cd wine32/
../wine-3.14/configure --enable-win32
make -j 4
make install
cd ../wine64
make install
原文地址:http://blog.51cto.com/youngson/2161796
时间: 2024-10-28 16:25:24