Update README.md to make sure platform libs are built.
This commit is contained in:
committed by
alexander-gorshenev
parent
1ce4e722e8
commit
169e55a9da
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user