Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danbrough committed Mar 16, 2023
1 parent 40bc129 commit 77fc8ae
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions demos/repos/ktor/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Ktor demo

This expects to find curl and openssl in the /usr/local/kotlinxtras/libs/ directory.
To build those run `./gradlew buildLinuxX64 .. buildLinuxArm32Hfp ..` in the root directory
that should be located at /usr/local/kotlinxtras.

To compile run `./gradlew linkDemo1DebugExecutableLinuxArm32Hfp` (or
linkDemo1DebugExecutableLinuxArm64)
To compile run the client demo: `./gradlew linkDemo1DebugExecutableLinuxArm32Hfp` (or
linkDemo1DebugExecutableLinuxArm64 etc ..)
in this directory.

There is also `./gradlew linkDemo2DebugExecutableLinuxArm32Hfp` which is a server demo.

To test on linuxX64 run `./gradlew runDemo1DebugExecutableLinuxX64`
or `./gradlew runDemo2DebugExecutableLinuxX64`






0 comments on commit 77fc8ae

Please sign in to comment.