Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

IntelliJ Play Integration Instructions

Dwayne Jeng edited this page Sep 20, 2018 · 1 revision

Xcode - The Xcode compiler is needed to run MacPorts. See section on MacPorts for more info. You can download this for free from the Apple App Store. Once you download it, you’ll need to open Xcode at least once for initialization.

MacPorts (http://www.macports.org/) - This is a package manager. It can be used to install SBT and all of its dependencies. It’s also super useful in general.

SBT - Run sudo port install sbt.

sbt-idea plugin (https://github.com/mpeltonen/sbt-idea) - As per the instructions on github, add “addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")” to your ~/.sbt/0.13/plugins/build.sbt.

cd to your BridgePF directory. Run sbt to initialize and start sbt. In sbt console, run gen-idea to update your IntelliJ project files. Restart IntelliJ, and all the dependencies will already be imported.

Clone this wiki locally