From 11cfd5ac728ec39082620d752030770a3dda05ac Mon Sep 17 00:00:00 2001 From: SvyatoslavScherbina Date: Mon, 17 Oct 2016 18:52:11 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fde6b6f63fc..d3d833378eb 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,18 @@ ## 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 +Then, download dependencies: + + gradle :dependencies:update + To build native translator just use: + gradle :backend.native:run And it will run simple example (currently prints out IR of test file).