Skip to content

Commit 8f1a807

Browse files
authored
Update README.md
1 parent bac6dcb commit 8f1a807

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You can change the default options by specifying them on the command line in ord
2222
- 2 - architecture (def: android-arm) Can be android-arm, android-arm64, android-x86, android-x86 etc
2323
- 3 - ANDROID_API (def: 28)
2424
- 4 - dir with ready lib and headers (def: SCRIPTPATH/output)
25-
- 5 - OPENSSL_DIR or where you want to place it (def: SCRIPTPATH/openssl)
26-
You can specify both absolute and relative paths. If the script does not find the specified OPENSSL_DIR, then it will automatically download the [sources](https://github.com/openssl/openssl.git) for the `openssl-3.0.0` tag.
25+
- 5 - OPENSSL_DIR or where you want to place it (def: SCRIPTPATH/openssl). You can specify both absolute and relative paths. If the script does not find the specified OPENSSL_DIR, then it will automatically download the [sources](https://github.com/openssl/openssl.git) for the `openssl-3.0.0` tag.
26+
2727
You will get the assembly in the form of this tree:
2828
```
2929
Your output dir
@@ -44,6 +44,7 @@ The parameters of this script are similar to the parameters of the previous one:
4444
- 2 - ANDROID_API (def: 28)
4545
- 3 - dir with ready lib and headers (def: SCRIPTPATH/output)
4646
- 4 - OPENSSL_DIR or where you want to place it (def: SCRIPTPATH/openssl)
47+
4748
You will get the assembly in the form of this tree:
4849
```
4950
Your output dir

0 commit comments

Comments
 (0)