From dd0f0666e199b4e0d659280694ad1c7b01540e4d Mon Sep 17 00:00:00 2001 From: nik Date: Fri, 23 Oct 2015 16:55:24 +0300 Subject: [PATCH] fixed README: minimum IDEA version specified, simplified text about required plugins --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7551181e6172..d0527fe4a451 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # IntelliJ IDEA Community Edition ### Building and Running from the IDE -To develop IntelliJ IDEA, you can use either IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate. To build and run the code: +To develop IntelliJ IDEA, you can use either IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate not older than 14.1.5. To build and run the code: * Run **getPlugins.sh** / **getPlugins.bat** from the project root directory to check out additional modules. * If this git repository is not on 'master' branch you need to checkout the same branches/tags in android and android/tools-base git repositories. -* Install the **Kotlin plugin** from the plugin manager (version 0.12.613). Parts of IntelliJ IDEA are written in Kotlin, and you need the plugin to compile the code. -* 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 project. +* If an error notification about a missing required plugin (e.g. Kotlin) is shown enable or install that plugin. * 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 /lib/tools.jar to the set of "**IDEA jdk**" jars. * Configure a JSDK named "**1.8**", pointing to an installation of JDK 1.8.