Small doc updates
This commit is contained in:
+3
-3
@@ -46,9 +46,9 @@ between threads are allowed.
|
||||
|
||||
Download Kotlin N redistributable and unpack it. You can run command line compiler with
|
||||
|
||||
./dist/bin/kotlinc <some_file>.kt <dir_with_kt_files> -o <executable>.kexe
|
||||
bin/kotlinc <some_file>.kt <dir_with_kt_files> -o <executable>.kexe
|
||||
|
||||
During the first run it will download all external dependencies such as LLVM.
|
||||
During the first run it will download all the external dependencies, such as LLVM.
|
||||
|
||||
One may use `'-h'` flag to `kotlinc` to see available flags.
|
||||
|
||||
@@ -81,4 +81,4 @@ Notice that property delegation (including lazy properties) *does* work.
|
||||
|
||||
Due to significant difference in exception handling model on MS Windows and
|
||||
other LLVM targets, current _Kotlin N_ may not produce executables working on
|
||||
MS Windows. This situation could be improved in upcoming releases.
|
||||
MS Windows. This situation could be improved in upcoming releases.
|
||||
|
||||
Reference in New Issue
Block a user