安装MinGW-C++开发环境1--准备软件

下载MINGW

https://sourceforge.net/projects/mingw-w64/files/

选择下载:x86_64-posix-seh

Architecture跟操作系统有关,64位系统选择x86_64,32位系统选择i686;

Threads设置线程标准可选posix或win32;

Exception设置异常处理系统,x86_64可选为seh和sjlj,i686为dwarf和sjlj;

下载构建工具cmake

https://cmake.org/download/

选择下载:cmake-3.19.0-win64-x64.zip

下载Build工具Ninja

https://github.com/ninja-build/ninja/releases

选择下载:ninja-win.zip

下载huawei_secure_c

https://gitee.com/openarkcompiler/OpenArkCompiler/tree/master/src/huawei_secure_c

下载googletest

https://github.com/google/googletest/releases

选择下载:googletest-1.10.0

开源软件镜像站

阿里云镜像站:https://mirrors.aliyun.com/

中科大镜像站:https://mirrors.ustc.edu.cn/

清华大学镜像站:https://mirrors.tuna.tsinghua.edu.cn/

上海交大镜像站:https://mirrors.sjtug.sjtu.edu.cn/

南京大学镜像站:https://mirrors.nju.edu.cn/

网易开源镜像站:http://mirrors.163.com/

华为开源镜像站:https://mirrors.huaweicloud.com/

posted @ 2020-11-29 15:48  glc400  阅读(359)  评论(0)    收藏  举报