当前位置:网站首页>Learning C language from scratch -- installation and configuration of 01 MinGW
Learning C language from scratch -- installation and configuration of 01 MinGW
2022-07-03 09:27:00 【Be immortal without desire】
Problems arise :
c The program needs to run editing (Windows System ),cmd Enter the command , Input :
g++ -vShow :'gcc' Not an internal or external command , It's not a runnable program Or batch files .

It means that there is no gcc Or no configuration , Has successfully solved , Summarize the method .
01 install MinGW
Go to the website , download MinGW.
https://sourceforge.net/projects/mingw/After downloading , Direct operation .exe Program .
my MinGW The installation directory is C:\MinGW , It can be modified , But be sure to remember the installation path !!!
Click to continue , After installation , Right click on the Mark for Installation Go to the following page .
choice gcc .( I have installed it before , So it doesn't show , Just follow the steps directly )

Click on the top left Installation Medium Apply changes , Just wait for the installation to complete .
02 MinGW Configuration of
Configure environment variables , Use the previous installation path ( My is C:\MinGW)
Get into : My computer —— attribute —— Advanced system setup -—— environment variable —— System variables
Path:C:\MinGW\bin
LIBRARY_path:C:\MinGW\lib
C_INCLUDE_PATH:C:\MinGW\include
( When looking for information, I found that some students have Install Folder , You can check before configuring ,bin Whether the folder is directly under the installation path )
03 Check the configuration
Open the terminal , Enter the installation MinGW The catalog of bin Under the folder

Enter the command : “mingw-get install gcc g++”

Enter the command : “g++ -v” , If you find the following list of things, the configuration is successful .

Successfully solved !!!
边栏推荐
- 【点云处理之论文狂读前沿版11】—— Unsupervised Point Cloud Pre-training via Occlusion Completion
- WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. Prompt to upgrade pip
- [point cloud processing paper crazy reading classic version 8] - o-cnn: octree based revolutionary neural networks for 3D shape analysis
- The idea of compiling VBA Encyclopedia
- Hudi学习笔记(三) 核心概念剖析
- Banner - Summary of closed group meeting
- Use the interface colmap interface of openmvs to generate the pose file required by openmvs mvs
- Numerical analysis notes (I): equation root
- NPM install installation dependency package error reporting solution
- 软件测试工程师是做什么的 通过技术测试软件程序中是否有漏洞
猜你喜欢

一款开源的Markdown转富文本编辑器的实现原理剖析

Navicat, MySQL export Er graph, er graph

Hudi data management and storage overview

2022-2-13 learning the imitation Niuke project - home page of the development community

【点云处理之论文狂读前沿版13】—— GAPNet: Graph Attention based Point Neural Network for Exploiting Local Feature

Using Hudi in idea

Jenkins learning (III) -- setting scheduled tasks

Hudi 快速体验使用(含操作详细步骤及截图)

Move anaconda, pycharm and jupyter notebook to mobile hard disk
![[kotlin puzzle] what happens if you overload an arithmetic operator in the kotlin class and declare the operator as an extension function?](/img/fc/5c71e6457b836be04583365edbe08d.png)
[kotlin puzzle] what happens if you overload an arithmetic operator in the kotlin class and declare the operator as an extension function?
随机推荐
Win10 quick screenshot
Hudi学习笔记(三) 核心概念剖析
Hudi integrated spark data analysis example (including code flow and test results)
Apply for domain name binding IP to open port 80 record
Construction of simple database learning environment
Explanation of the answers to the three questions
Install database -linux-5.7
[untitled] use of cmake
CATIA automation object architecture - detailed explanation of application objects (III) systemservice
The server denied password root remote connection access
基于opencv实现桌面图标识别
Spark 概述
Spark cluster installation and deployment
NPM install installation dependency package error reporting solution
Overview of database system
Hudi 集成 Spark 数据分析示例(含代码流程与测试结果)
WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. Prompt to upgrade pip
2022-2-14 learning xiangniuke project - generate verification code
2022-2-13 learning the imitation Niuke project - home page of the development community
LeetCode每日一题(2115. Find All Possible Recipes from Given Supplies)