简体   繁体   English

如何在Mac上安装InteliJ? (MacOS Sierra)

[英]How to install InteliJ on Mac? (MacOS Sierra)

Trying to see should I download and install dmg for InteliJ or use brew cask install... 试图看看我是否应该为InteliJ下载并安装dmg或使用brew cask install ...

What is recommendation and how to do with brew? 什么是推荐以及如何使用brew?

(looking for newest community version) (寻找最新社区版)

Thanks! 谢谢!

There are multiple version for intelij community and paid, for paid you need a license.Here are some links how to install inteliJ intelij社区有多个版本并付费,付费需要许可证。这里有一些链接如何安装inteliJ

https://treehouse.github.io/installation-guides/mac/intellij-idea-mac.html https://www.jetbrains.com/help/idea/installing-and-launching.html https://treehouse.github.io/installation-guides/mac/intellij-idea-mac.html https://www.jetbrains.com/help/idea/installing-and-launching.html

With brew:- 随着酿造: -

http://macappstore.org/intellij-idea/ http://macappstore.org/intellij-idea/

Install the App 安装应用程序

Press Command+Space and type Terminal and press enter/return key. 按Command + Space键入Terminal,然后按enter / return键。 Run in Terminal app: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )" < /dev/null 2> /dev/null ; 在终端应用程序中运行:ruby -e“$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”</ dev / null 2> / dev / null; brew install caskroom/cask/brew-cask 2> /dev/null and press enter/return key. brew install caskroom / cask / brew-cask 2> / dev / null并按下回车键。 Wait for the command to finish. 等待命令完成。 Run: brew cask install intellij-idea Done! 运行:brew cask install intellij-idea完成! You can now use IntelliJ IDEA. 您现在可以使用IntelliJ IDEA。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM