eclipse for c 先去eclipse官网下载解压版,再去oracle官网下载java8安装配置,最后安装C的运行环境,mingw-w64-install.exe这是适合64位的版本,然后启动eclipse在其选项里搜GDB,对使用外部控制台打对勾来完成调试器的设置。所有的IDE都没有这种方便。运行时项目自动构建。
Compilador con w64-mingw32-gcc para linux ejecutado con Wine
安装w64-mingw32-gcc
Project developed in Bash scr ipt to compile and execute a file .exe
in Linux using tools installed in Linux.
apt-get update
apt-get install mingw-w64
安装Win和wine64
apt-g