diff --git a/translator/README.md b/translator/README.md index 637c19c4de9..726c9b3c20a 100644 --- a/translator/README.md +++ b/translator/README.md @@ -33,6 +33,10 @@ Assembled the translator can be found in the following folder To execute the generated code you should use should link your code with kotlin native runtime. By default, you can find the appropriate library at `../kotstd/build/stdlib_x86.ll` +If this file is missing you can assemble it yourself + + $ cd ../kotstd && make clean && make + For linking, run the following command $ llvm-link-3.6 -S $(KOTLIN_NATIVE_RUNTIME) $(COMPILED_LLVM_CODE)