From 8aa449a726ad2ef2af12ea17d7681a4b19e52757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=A4=A7=E4=BB=99?= <1900919313@qq.com> Date: Thu, 15 Aug 2024 14:20:33 +0800 Subject: [PATCH] c --- docs/notes/01_c-basic/01_xdx/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/notes/01_c-basic/01_xdx/index.md b/docs/notes/01_c-basic/01_xdx/index.md index 489639d..07c2b9b 100644 --- a/docs/notes/01_c-basic/01_xdx/index.md +++ b/docs/notes/01_c-basic/01_xdx/index.md @@ -64,7 +64,7 @@ > [!NOTE] > -> 因为,本人安装 MinGW-w64 的目录是 `D:\develop\mingw64`,所以配置 path 环境变量就需要 `D:\develop\mingw64\bin`。 +> 因为,本人安装 MinGW-w64 的目录是 `D:\develop\mingw64`,所以本人需要配置的 path 环境变量就是`D:\develop\mingw64\bin`。 ![](./assets/8.png) @@ -207,7 +207,7 @@ pacman -Sy mingw-w64-ucrt-x86_64-toolchain --noconfirm # 安装开发 gcc 相关 > [!NOTE] > -> 环境变量 path 的地址是 `C:\msys64\ucrt64\bin` 。 +> 本人需要配置的 path 环境变量是 `C:\msys64\ucrt64\bin` 。 ## 1.3 什么是 IDE(集成开发环境)?