From d5980605c3037ed8099668054b050adf26055581 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Mon, 19 Mar 2012 11:10:42 +0000 Subject: [PATCH] updated the readme for the maven build --- libraries/ReadMe.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/libraries/ReadMe.md b/libraries/ReadMe.md index f981f5ce3e3..7d1e5f407aa 100644 --- a/libraries/ReadMe.md +++ b/libraries/ReadMe.md @@ -1,4 +1,13 @@ -For this project to compile, you need to go to the parent directory (root of the git repository) -and run +## Kotlin Libraries - ant -f build.xml \ No newline at end of file +This area of the project is all written in Kotlin and assumes you've got the [Kotlin IDEA plugin installed](http://confluence.jetbrains.net/display/Kotlin/Getting+Started). + +This area of the project uses Maven for its build. To build install a recent [Maven]() distribution then type: + + mvn install + +For more details see the [Getting Started Guide](http://confluence.jetbrains.net/display/Kotlin/Getting+Started) + +If you have a local Kotlin distribution (by running the Ant build in the parent directory) you can use your local Kotlin build via + + mvn install -PlocalKotlin