Created
December 16, 2015 08:03
-
-
Save lotz84/ec45b5ec25b4a276433e to your computer and use it in GitHub Desktop.
Scala の環境を整える
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```bash | |
$ brew update | |
``` | |
##Scalaのインストール | |
```bash | |
$ brew install scala | |
$ brew install sbt | |
``` | |
##IntelliJの導入 | |
* [ここ](https://www.jetbrains.com/idea/#chooseYourEdition)からCommunity版をダウンロード | |
* Scala Plugin をインストール | |
* <https://www.playframework.com/documentation/ja/2.3.x/IDE#IntelliJ> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment