From 169e55a9da4d3a67ddf1c1871853a4cd53e96d30 Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Tue, 24 Oct 2017 13:21:19 +0300 Subject: [PATCH] Update README.md to make sure platform libs are built. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e35ca75da1d..9433e143f1e 100644 --- a/README.md +++ b/README.md @@ -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: