Update README.md to make sure platform libs are built.

This commit is contained in:
Alexander Gorshenev
2017-10-24 13:21:19 +03:00
committed by alexander-gorshenev
parent 1ce4e722e8
commit 169e55a9da
+5 -4
View File
@@ -16,13 +16,14 @@ First download dependencies:
./gradlew dependencies:update
Then build the compiler and standard library:
Then build the compiler and libraries:
./gradlew dist
./gradlew bundle
To build standard library for cross-targets use:
The build can take about an hour on a Macbook Pro.
To run a shorter build with only host compiler and libraries run:
./gradlew cross_dist
./gradlew dist distPlatformLibs
After that you should be able to compile your programs like that: