Updated README.md
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
# Kotlin-native backend #
|
|
||||||
|
|
||||||
## Build
|
|
||||||
|
|
||||||
To build just use:
|
|
||||||
|
|
||||||
gradle dist ; may fail in JS
|
|
||||||
gradle :backend.native:cli.bc:run
|
|
||||||
|
|
||||||
And it will run simple example (currently prints out IR of test file).
|
|
||||||
Reference in New Issue
Block a user