Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MinGW的安装与make命令的使用 #28

Closed
xingorg1 opened this issue Nov 24, 2020 · 0 comments · Fixed by #35
Closed

MinGW的安装与make命令的使用 #28

xingorg1 opened this issue Nov 24, 2020 · 0 comments · Fixed by #35
Assignees
Labels
good first issue Good for newcomers type:documentation Improvements or additions to documentation
Projects
Milestone

Comments

@xingorg1
Copy link
Member

xingorg1 commented Nov 24, 2020

该篇文档也记录在这里:WIKI-make命令的使用方法

关于MinGW

MinGW 是一组包含文件和端口库,其功能是允许控制台模式的程序使用微软的标准C运行时(C Runtime)库

更多了解>>

软件安装

mac OS的安装方式

使用软件包的管理器(brew)进行安装,只需终端运行下列命令快速安装即可:

brew install make

若无权限,前边加上sudo.

brew安装方法

终端执行下列命令:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

window的安装方式

可以看上边的“更多了解”里边详细讲述了windows的安装方式

也可以看我的博客文章

1、官网下载软件:

https://osdn.net/projects/mingw/releases/

下载后一直下一步就行,不过记住你安装到了哪个盘中,最好先拷贝下安装路径,后期设置环境变量用。

2、安装流程

这里先安装基础包(Basic Setup),三步骤:

三步骤截图

1:全部mark link

2:Installation 点击后,选中 apply

3: 点击Apply Changes 在线下载安装包。下载了很长时间

3、配置环境变量

为了能在Git Bash命令行窗口下使用这些命令,要修改系统环境变量

Path=%SystemRoot%\sys.....
# 前边不动,后边追加上你MinGW安装的地址下的bin路径。比如我安装到了D盘,路径如下
D:\MinGW\bin

参考文章:

  1. window下使用make命令
  2. windows系统搭建make编译环境
@xingorg1 xingorg1 added good first issue Good for newcomers type:documentation Improvements or additions to documentation labels Nov 24, 2020
@xingorg1 xingorg1 pinned this issue Nov 24, 2020
@xingorg1 xingorg1 reopened this Nov 24, 2020
@xingorg1 xingorg1 added this to To do in axe-ui via automation Nov 24, 2020
@xingorg1 xingorg1 moved this from To do to In progress in axe-ui Nov 24, 2020
@xingorg1 xingorg1 changed the title make命令的使用 make命令的使用文档 Nov 26, 2020
@xingorg1 xingorg1 self-assigned this Nov 26, 2020
@xingorg1 xingorg1 added this to the 2020年 milestone Nov 26, 2020
@xingorg1 xingorg1 linked a pull request Nov 26, 2020 that will close this issue
axe-ui automation moved this from In progress to Done Nov 26, 2020
@xingorg1 xingorg1 reopened this Nov 26, 2020
axe-ui automation moved this from Done to In progress Nov 26, 2020
@xingorg1 xingorg1 moved this from In progress to Done in axe-ui Nov 27, 2020
@xingorg1 xingorg1 changed the title make命令的使用文档 MinGW的安装与make命令的使用 Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers type:documentation Improvements or additions to documentation
Projects
Development

Successfully merging a pull request may close this issue.

1 participant