Skip to content

Commit

Permalink
Remove outdated instruction about directory-based projects
Browse files Browse the repository at this point in the history
  • Loading branch information
bulenkov committed Feb 16, 2015
1 parent 6cfd749 commit b9bc182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ To develop IntelliJ IDEA, you can use either IntelliJ IDEA Community Edition or
* Run **getPlugins.sh** / **getPlugins.bat** from the project root directory to check out additional modules.
* Make sure you have the **Groovy** plugin enabled. Parts of IntelliJ IDEA are written in Groovy, and you will get compilation errors if you don't have the plugin enabled.
* Make sure you have the **UI Designer** plugin enabled. Most of IntelliJ IDEA's UI is built using the **UI Designer**, and the version you build will not run correctly if you don't have the plugin enabled.
* Open the directory with the source code as a [directory-based project](http://www.jetbrains.com/idea/webhelp/project.html)
* Open the project
* Configure a JSDK named "**IDEA jdk**" (case sensitive), pointing to an installation of JDK 1.6
* Unless you're running on a Mac with an Apple JDK, add <JDK_HOME>/lib/tools.jar to the set of "**IDEA jdk**" jars.
* Use Build | Make Project to build the code.
Expand Down

0 comments on commit b9bc182

Please sign in to comment.