Skip to content

Commit 2f3775a

Browse files
committed
Update README (KMP is stable, no more elasticurl)
1 parent 5e102ff commit 2f3775a

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

README.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ This project is licensed under the Apache-2.0 License.
1313

1414
## Building
1515

16-
Kotlin Multiplatform projects are in [Alpha](https://kotlinlang.org/docs/reference/evolution/components-stability.html). The CRT interfaces are subject to change.
17-
1816
### Linux/Unix
1917
Install some version of libcrypto on which s2n depends. See the [s2n](https://github.com/awslabs/s2n) documentation.
2018

@@ -34,38 +32,3 @@ Set the path to `libcrypto.a` either as a command line argument to gradle `-Plib
3432

3533

3634
### 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)
47-
48-
./elasticurl/bin/PLATFORM/elasticurl.kexe [OPTIONS] URL
49-
```
50-
51-
52-
**JVM**
53-
```
54-
java -jar ./elasticurl/libs/elasticurl-jvm.jar [OPTIONS] URL
55-
```
56-
57-
NOTE: You can also use the convenience script `./scripts/elasticurlJvm.sh [OPTIONS] URL`
58-
59-
To enable memory tracing specify the environment variable `CRTDEBUG=trace=N` and provide the CLI option `-v trace`
60-
61-
e.g.
62-
```
63-
CRTDEBUG=trace=2 ./elasticurl/bin/macosX64/elasticurl.kexe -v trace https://aws.amazon.com
64-
```
65-
66-
67-
**Integration Test**
68-
69-
Run the simple elasticurl integration test script
70-
71-
`./scripts/elasticurl-test.sh`

0 commit comments

Comments
 (0)