Skip to content

Commit

Permalink
2015-09-18补充Mac下的安装文件
Browse files Browse the repository at this point in the history
  • Loading branch information
judasn committed Sep 18, 2015
1 parent b96bb77 commit 52029e4
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [本教程介绍](about-this-tutorial.md)
- [Windows 下安装](windows-install.md)
- [Ubuntu 下安装](ubuntu-install.md)
- [Mac 下安装](mac-install.md)
- [安装总结](install-summarize.md)
- [首次运行](first-run-wizard.md)
- [安装目录讲解](installation-directory-introduce.md)
Expand Down
Binary file added images/v-a-mac-install-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/v-a-mac-install-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/v-a-mac-install-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions mac-install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Mac 系统下安装 IntelliJ IDEA

## 系统要求

> * 系统支持:Mac OS X 10.5 以上
> * JDK 版本:Apple Java 6 或 Oracle Java 7 以上
> * 内存:最低要求 1 G,推荐 2 G 以上
> * 硬盘:最低要求 2 G
> * 显示器:最低要求 1024 X 768 分辨率
> * 更多信息可以阅读:<https://www.jetbrains.com/idea/download/system_requirements.jsp?os=mac>
## 重要说明

我这里以 Mac 系统为例进行讲解。但是,在学习下面内容之前请先看下章节:[Windows 下安装](windows-install.md)

因为它们配置流程是基本一样的,只是系统不同,开始的步骤不太一样而已,因此相同部分我这里是不会再讲的,我只讲 IntelliJ IDEA 在 Mac 安装特殊的地方。

## Mac 下安装过程

![Mac 下安装过程](images/v-a-mac-install-1.jpg)
> * 运行下载到 `ideaIU-14.1.4.dmg`,效果如上图所示。
> * 根据提示把左侧的 IntelliJ IDEA 图标拖动到右侧目录图
![Mac 下安装过程](images/v-a-mac-install-2.jpg)
> * 拖动完成之后即可在 `应用程序` 中看到 IntelliJ IDEA 的启动图标,点击运行即可。
## Mac 修改运行 JDK 版本

![Mac 下安装过程](images/v-a-mac-install-3.jpg)
> * 如果你的 Mac 安装有多个 JDK,你想使用高版本的 JDK 运行 IntelliJ IDEA 可以按如下方式进行修改:
> *`应用程序` 中找到 `IntelliJ IDEA.app` 然后对此进行 `右键 > 显示包内容 > Contents > Info.plist`,效果如上图所示。
> * 找到上图红圈标注的代码,修改 `JVMVersion` 的属性值,如果是 JDK 7,则改为 `1.7*`。如果是 JDK 8,则改为 `1.8*`
2 changes: 1 addition & 1 deletion ubuntu-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

我这里以 Ubuntu 系统为例进行讲解。但是,在学习下面内容之前请先看下章节:[Windows 下安装](windows-install.md)

因为它们流程是完全一样的,只是系统不同,开始的步骤不太一样而已,因此相同部分我这里是不会再讲的,我只讲 IntelliJ IDEA 在 Linux 安装特殊的地方。
因为它们配置流程是基本一样的,只是系统不同,开始的步骤不太一样而已,因此相同部分我这里是不会再讲的,我只讲 IntelliJ IDEA 在 Linux 安装特殊的地方。

## Ubuntu 下安装过程

Expand Down

0 comments on commit 52029e4

Please sign in to comment.