首次提交
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
https://blog.csdn.net/ymzhu385/article/details/121449628
|
||||
|
||||
|
||||
D:\wyc\Environment\msys64\msys2_shell.cmd -ucrt64 -defterm -no-start -here
|
||||
D:\wyc\Environment\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -here
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
git config --global http.proxy socks5h://127.0.0.1:7897
|
||||
git config --global https.proxy socks5h://127.0.0.1:7897
|
||||
|
||||
|
||||
git config --global --get http.proxy
|
||||
git config --global --get https.proxy
|
||||
|
||||
|
||||
// 安装时关掉梯子
|
||||
https://www.msys2.org/
|
||||
|
||||
|
||||
pacman -Syu
|
||||
|
||||
pacman -Su
|
||||
|
||||
|
||||
MSYS2 CLANG64:
|
||||
这个启动的是 MSYS2 环境,并且配置了 Clang 64 位工具链。
|
||||
Clang 是一种编译器,它是 LLVM 的一部分。这个可以帮助你在 MSYS2 环境中使用 Clang 编译工具。
|
||||
|
||||
|
||||
MSYS2 CLANGARM64:
|
||||
这个启动的是 MSYS2 环境,并配置了用于 ARM 64 位架构的 Clang 工具链。
|
||||
如果你需要编译针对 ARM 64 位架构的代码,可以使用这个。
|
||||
|
||||
|
||||
MSYS2 MINGW64:
|
||||
这个启动的是 MINGW64 环境,配置了 MinGW 64 位工具链。
|
||||
MinGW (Minimalist GNU for Windows) 是一个为 Windows 提供 GCC (GNU Compiler Collection) 编译器的工具链。这个用于在 64 位 Windows 环境下开发并编译原生 Windows 应用程序。
|
||||
|
||||
|
||||
MSYS2 MSYS:
|
||||
这个启动的是 MSYS2 环境,并提供了一个类 Unix 环境,通常用于编译或运行基于 Unix-like 环境的软件。
|
||||
与 MINGW64 环境不同,MSYS 环境更多的是用于支持 POSIX 标准,适用于跨平台的开发,或是你需要一个模拟 Unix 环境时使用。
|
||||
|
||||
|
||||
MSYS2 UCRT64:
|
||||
这个启动的是 MSYS2 环境,并配置了基于 UCRT (Universal C Runtime) 的 64 位工具链。
|
||||
UCRT 是微软的 C 运行时库的一部分,它用于支持现代 Windows 应用程序的构建和运行。使用这个工具链可以编译针对 UCRT 的 Windows 应用。
|
||||
|
||||
|
||||
D:/wyc/Environment/cross-ng/usr/bin
|
||||
|
||||
|
||||
// 必须先cd ../
|
||||
cd ../
|
||||
cd d/wyc/Environment/cross-ng/usr/bin
|
||||
|
||||
// 从 MYSY2 访问本地文件
|
||||
https://blog.csdn.net/bcbobo21cn/article/details/129339185
|
||||
Reference in New Issue
Block a user