From 756acde9f57f146de09f7de756ae69375243974b Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Thu, 10 Aug 2017 19:37:00 +0700 Subject: [PATCH] readme: Correct paths in INTEROP.md --- INTEROP.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/INTEROP.md b/INTEROP.md index 859c3dd5864..c1c9eeba871 100644 --- a/INTEROP.md +++ b/INTEROP.md @@ -24,12 +24,13 @@ Build the dependencies and the compiler (see `README.md`). Prepare stubs for the system sockets library: cd samples/socket - ../../dist/bin/cinterop -def sockets.def -o sockets + ../../dist/bin/cinterop -def src/main/c_interop/sockets.def \ + -o sockets Compile the echo server: - ../../dist/bin/kotlinc EchoServer.kt -library sockets \ - -o EchoServer + ../../dist/bin/kotlinc src/main/kotlin/EchoServer.kt \ + -library sockets -o EchoServer This whole process is automated in `build.sh` script, which also support cross-compilation to supported cross-targets with `TARGET=raspberrypi ./build.sh` (`cross_dist` target must