2015-06-16 200 views
1

一個簡單的問題:Dart Editor + SDK(解壓後下載)安裝/移動到(/ Applications或...)的常用文件夾是什麼?Dart在Mac/OSX上的安裝/設置

謝謝。

+1

有自制程序的支持,那豈不是更容易使用此http://news.dartlang.org/2014/10/dart-launches-support-for -homebrew.html?m = 1我不是Mac用戶,並且沒有自己使用它。 –

回答

2

我建議你通過Homebrew安裝Dart。 Homebrew是一款製作精良的軟件,您可以使用它來安裝許多現在或未來可能需要的東西。它使用簡單;安裝鏢,所有你需要做的就是

brew tap dart-lang/dart 
brew install dart 

需要注意的是,通常你只有做brew install X一部分,但飛鏢是special case

+0

好的,謝謝。這是否安裝完整的軟件包(=與Dart Editor + SDK相同)還是隻安裝SDK? – user1135780

+0

這隻會安裝SDK,根據您傳遞給Homebrew的標誌Dartium瀏覽器。如果你想要Dart Editor,你可以通過'brew cask install darteditor'或[Dart網站](https://www.dartlang.org)[Caskroom](http://caskroom.io/)獲得它。 /下載/)。 *注意力不足*:在積極開發下,Dart編輯器[不再](http://news.dartlang.org/2015/04/the-present-and-future-of-editors-and.html)。 – jreut

1
Please note the path to the Dart SDK: 
/usr/local/opt/dart/libexec 

--with-dartium: 
To use with IntelliJ, set the Dartium execute home to: 
/usr/local/opt/dart/Chromium.app 

其他信息:https://www.dartlang.org/downloads/mac.html