You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					30 lines
				
				1011 B
			
		
		
			
		
	
	
					30 lines
				
				1011 B
			| 
											2 years ago
										 | = 基础软件安装 | ||
|  | 
 | ||
|  | == 安装 JDK | ||
|  | 版本需要 1.8及其以上。 | ||
|  | 
 | ||
|  | TIP: 注意: 需要 JDK,不是 JRE,且版本需要 1.8及其以上。 | ||
|  | 
 | ||
|  | == 安装 git 客户端 | ||
|  | 以 2.18.0 版本为例 | ||
|  | 
 | ||
|  | 从 https://git-scm.com/download/win 下载 git for windows 软件 | ||
|  | 
 | ||
|  | image::getting-started/windows/git-001.png[,50%] | ||
|  | 
 | ||
|  | 启动上述下载的安装程序,开始安装,在安装过程中所有选项均为默认值,直到安装完毕。 | ||
|  | 
 | ||
|  | image::getting-started/windows/git-002.png[,50%] | ||
|  | 
 | ||
|  | 启动 git bash,执行 git --version 命令查看是否安装成功 | ||
|  | 
 | ||
|  | image::getting-started/windows/git-003.png[,50%] | ||
|  | 
 | ||
|  | TIP: 注意: 此 git bash 终端不同于 windows 自带的 cmd 控制台, 该终端是 MinGW (inimalist GNU for Windows),其命令非常类似 linux, | ||
|  | 如未特殊说明,以下所有命令操作均基于此终端进行。 | ||
|  | 
 | ||
|  | == 安装 IDEA-CE 工具 | ||
|  | 版本需要 2021 以上,具体安装过程请自行处理. | ||
|  | 
 | ||
|  | == 安装 Eclipse IDE 工具 | ||
|  | 版本需要 2019-06 (4.12.0) 以上,具体安装过程请自行处理. |