2018-12-18 kali linux 下编译运行windo
2018-12-18 本文已影响7人
昨天今天下雨天1
apt-get install mingw32
dpkg --add-architecture i386 && apt-get update && apt-get install
wine32
在linux环境中需要使用.exe文件时,需要使用wine xxxx.exe
apt-get install mingw32
dpkg --add-architecture i386 && apt-get update && apt-get install
wine32
在linux环境中需要使用.exe文件时,需要使用wine xxxx.exe