说明
使用交叉编译工具 i586-mingw32msvc-g++。
安装方法
步骤为:添加源(如果能直接安装就不用)、更新源、安装。
echo "deb http://us.archive.ubuntu.com/ubuntu trusty main universe" >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get install mingw32
使用
i586-mingw32msvc-g++ test.c -o test.exe
网友评论