win10下gcc的安装和make
https://www.jianshu.com/p/46824c62dfed

方案1:直接官方下载安装minGw或Cygwin
install

download:

http://sourceforge.net/projects/mingw/files/latest/download?source=files\

or

http://mingw-w64.org/doku.php

click to install at C:\minGW\

添加路径到环境变量: 右键我的电脑→属性→高级系统设置→环境变量→系统变量
将C:\minGW\bin添加到path中

继续安装gcc-c++,gcc-make:打开C:\minGW\bin,双击.exe文件,在打开的图形界面中勾选需要安装的项

方案2:下载安装三方的集成库tdm-gcc
http://tdm-gcc.tdragon.net

推荐win下好用的C/C++ IDE集成环境CodeBlocks:
http://forums.codeblocks.org/index.php/board,20.0.html

方案3:下载安装三方的集成库llvm --- 还没用过,具体有待测试,不过基本的工具都有(lldb, clang, ar...)

http://releases.llvm.org/download.html

cmake download:

https://cmake.org/download/


llvm

http://llvm.org/

简介:
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines. The name "LLVM" itself is not an acronym; it is the full name of the project.

clang
http://clang.llvm.org/

简介:
Clang: a C language family frontend for LLVM
The Clang project provides a language front-end and tooling infrastructure for languages in the C language family (C, C++, Objective C/C++, OpenCL, CUDA, and RenderScript) for the LLVM project. Both a GCC-compatible compiler driver (clang) and an MSVC-compatible compiler driver (clang-cl.exe) are provided. You can get and build the source today.

LLDB
http://lldb.llvm.org/

简介:
LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.

LLDB is the default debugger in Xcode on macOS and supports debugging C, Objective-C and C++ on the desktop and iOS devices and simulator.

最新文章

  1. node10-mongoose
  2. LVS+Keepalived+Squid+Nginx+MySQL主从高性能集群架构部署方案
  3. allegro - 层叠相关参数
  4. linux c++循环缓冲区模板类
  5. 轻松搞定C语言中复杂的声明
  6. [读书笔记] Web 前端开发修炼之道
  7. Leetcode027. Remove Element
  8. Intellij IDEA配置优化--转载
  9. solr官方文档翻译系列之schema.xml配置介绍
  10. Reset Password Functionality FAQ
  11. Open vswitch 之Qos rate-limiting 原理
  12. 怎样在Upstart机制下的系统中加入upstart事件型的任务
  13. matab plot指令和低通滤波器的响应图
  14. Java_流程控制
  15. 分布式计算课程补充笔记 part 4
  16. Cmder-控制台模拟器
  17. Django - Python3 常用命令
  18. XP、Windows7下自动关机vbs脚本,使用windows计划任务+vbs脚本在XP、Windows7下实现定时自动关机
  19. MVC个人网站开发笔记-150302
  20. wzben的QQ空间

热门文章

  1. Mongo DB 下载安装
  2. md5-js加密
  3. Flask 中的 Render Redirect HttpResponse
  4. 微软SQL Server 2019 全新发布,更新内容亮点都在这里了
  5. Android Studio 之 Navigation【2.数据的传递】
  6. Docker整合dockerfly实现UI界面管理(单机版)
  7. 一个web请求的全过程
  8. Burp Suite 入门教程(BURP SUITE TUTORIAL )
  9. Javascript Asynchronous Investigation
  10. Python3+WebSockets实现WebSocket通信