Skip to content

Commit d298c77

Browse files
committed
Added Kotlin prerequisites
Fixes #184
1 parent 9289218 commit d298c77

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ Issues, suggestions and pull-requests are welcome. You can build Spaghetti yours
7272

7373
./gradlew install
7474

75-
You will need the following installed:
75+
### Prerequisites
76+
77+
You will need the following installed to build Spaghetti locally:
7678

7779
* Java 7 or newer
78-
* [Haxe](http://haxe.org) and [TypeScript](http://typescriptlang.org) to run the integration tests
80+
* [TypeScript](http://typescriptlang.org), [Kotlin](http://kotlinlang.org) and [Haxe](http://haxe.org) to run the integration tests
7981

8082
To install Haxe:
8183

@@ -86,6 +88,10 @@ To install TypeScript:
8688

8789
* you'll need Node.js and NPM first, then run: `npm install -g typescript`
8890

91+
To install Kotlin:
92+
93+
* you can download the Kotlin compiler from [GitHub](https://github.com/JetBrains/kotlin/releases/). Make sure `kotlinc` is available on the `PATH`, and `KOTLIN_HOME` is set.
94+
8995
## Mailing List
9096

9197
Get in touch with Spaghetti developers at: [spaghetti-dev@googlegroups.com](https://groups.google.com/forum/#!forum/spaghetti-dev).

0 commit comments

Comments
 (0)