Updated README.md

This commit is contained in:
Nikolay Igotti
2016-09-28 18:42:20 +03:00
parent 0db03c4025
commit 5293abd3e9
2 changed files with 14 additions and 11 deletions
+14 -1
View File
@@ -1 +1,14 @@
# kotlin-native
# Kotlin-native backend #
## Build
First, build Kotlin IR branch tree with:
pushd backend.native/kotlin-ir
ant -f ./update_dependencies.xml jb_update
ant -f ./build.xml
popd
To build native translator just use:
gradle :backend.native:run
And it will run simple example (currently prints out IR of test file).