Update README.md
This commit is contained in:
committed by
GitHub
parent
ddf9625ad3
commit
11cfd5ac72
@@ -3,12 +3,18 @@
|
|||||||
## Build
|
## Build
|
||||||
|
|
||||||
First, build Kotlin IR branch tree with:
|
First, build Kotlin IR branch tree with:
|
||||||
|
|
||||||
pushd backend.native/kotlin-ir
|
pushd backend.native/kotlin-ir
|
||||||
ant -f ./update_dependencies.xml jb_update
|
ant -f ./update_dependencies.xml jb_update
|
||||||
ant -f ./build.xml
|
ant -f ./build.xml
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Then, download dependencies:
|
||||||
|
|
||||||
|
gradle :dependencies:update
|
||||||
|
|
||||||
To build native translator just use:
|
To build native translator just use:
|
||||||
|
|
||||||
gradle :backend.native:run
|
gradle :backend.native:run
|
||||||
|
|
||||||
And it will run simple example (currently prints out IR of test file).
|
And it will run simple example (currently prints out IR of test file).
|
||||||
|
|||||||
Reference in New Issue
Block a user