deepin下如何安装mingw32
Tofloor
poster avatar
HoneyGIFT
deepin
2020-03-27 20:20
Author

Ubuntu下可以直接安装:

sudo apt-get install mingw32 mingw32-binutils mingw32-runtime


Deepin 呢?


Reply Favorite View the author
All Replies
avatar
antantic
deepin
2020-03-27 20:29
#1
mingw不是用于Windows的嘛
Reply View the author
avatar
蒙笛
deepin
2020-03-27 20:36
#2
https://pkgs.org/search/?q=mingw  这里有deb包,可以试试。
Reply View the author
avatar
ksplite
deepin
2020-03-28 19:16
#3
deepin上游debian从stretch开始就没有打包mingw32了,建议用mingw-w64,32位和64位的win程序都可以编译
https://packages.debian.org/search?suite=stretch&keywords=mingw-w64
Reply View the author
avatar
normone
deepin
2020-03-28 21:14
#4
sudo apt install g++
自带gcc编译器
Reply View the author