惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
J
Java Code Geeks
I
InfoQ
腾讯CDC
Vercel News
Vercel News
IT之家
IT之家
V
Visual Studio Blog
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
有赞技术团队
有赞技术团队
月光博客
月光博客
Martin Fowler
Martin Fowler
量子位
L
LangChain Blog
B
Blog
Last Week in AI
Last Week in AI
博客园 - 司徒正美
Microsoft Security Blog
Microsoft Security Blog
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans

Windows on 轻风云

Windows Server 2022 KMS 激活序列号 Navicat Premium for Win v16.0.14 完美激活 win11自带SSH免密登录Linux HEU KMS Activator v23.1.0 win10 office2019激活工具 windows下golang编译报running gcc failed错误 windows下Navicat15破解详细教程带注册机 Linux下通过rdesktop远程windows WPS Office 2016 专业版/专业增强版/绿色精简版本 Win10数字激活神器HWIDGen v9.32 汉化版
Windows10安装GCC和Make工具
2021-03-20 · via Windows on 轻风云

Windows10安装GCC和Make工具

  1. 下载并安装Windows版的cygwin
  2. 解压并双击setup-x86_64.exe,启动cygwin安装
  3. 选择Install from internet
    1.png
  4. 填写163镜像:http://mirrors.163.com/cygwin/ 并按“add”按钮
    2.png
  5. 选择安装gcc 3.png
  6. 选择安装make,完成选择后按“下一步”按钮,完成安装
    4.png
  7. 启动cygwin,键入命令:“make -v”和“gcc -v”,若运行成功,证明在Windows10安装GCC和Make工具成功!
    5.png