From 5293abd3e9903e7d77b0424b36a2ad2937fa7881 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Wed, 28 Sep 2016 18:42:20 +0300 Subject: [PATCH] Updated README.md --- README.md | 15 ++++++++++++++- backend.native/README.md | 10 ---------- 2 files changed, 14 insertions(+), 11 deletions(-) delete mode 100644 backend.native/README.md diff --git a/README.md b/README.md index e5acf7900aa..fde6b6f63fc 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/backend.native/README.md b/backend.native/README.md deleted file mode 100644 index 337aadf5e4d..00000000000 --- a/backend.native/README.md +++ /dev/null @@ -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).