You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-37Lines changed: 0 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@ This project is licensed under the Apache-2.0 License.
13
13
14
14
## Building
15
15
16
-
Kotlin Multiplatform projects are in [Alpha](https://kotlinlang.org/docs/reference/evolution/components-stability.html). The CRT interfaces are subject to change.
17
-
18
16
### Linux/Unix
19
17
Install some version of libcrypto on which s2n depends. See the [s2n](https://github.com/awslabs/s2n) documentation.
20
18
@@ -34,38 +32,3 @@ Set the path to `libcrypto.a` either as a command line argument to gradle `-Plib
34
32
35
33
36
34
### Windows
37
-
38
-
39
-
## Elasticurl App
40
-
41
-
The `elasticurl` project contains an MPP (JVM and Native only) executable that provides a simple testing application for exercising the CRT bindings.
42
-
43
-
**Native**
44
-
45
-
```
46
-
# replace "PLATFORM" with the target platform you want to run (e.g. macosX64, linuxX64, etc)
0 commit comments