Skip to content

Instantly share code, notes, and snippets.

@lotz84
Created December 16, 2015 08:03
Show Gist options
  • Save lotz84/ec45b5ec25b4a276433e to your computer and use it in GitHub Desktop.
Save lotz84/ec45b5ec25b4a276433e to your computer and use it in GitHub Desktop.
Scala の環境を整える
```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