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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ You can change the default options by specifying them on the command line in ord
22
22
- 2 - architecture (def: android-arm) Can be android-arm, android-arm64, android-x86, android-x86 etc
23
23
- 3 - ANDROID_API (def: 28)
24
24
- 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
+
27
27
You will get the assembly in the form of this tree:
28
28
```
29
29
Your output dir
@@ -44,6 +44,7 @@ The parameters of this script are similar to the parameters of the previous one:
44
44
- 2 - ANDROID_API (def: 28)
45
45
- 3 - dir with ready lib and headers (def: SCRIPTPATH/output)
46
46
- 4 - OPENSSL_DIR or where you want to place it (def: SCRIPTPATH/openssl)
47
+
47
48
You will get the assembly in the form of this tree:
0 commit comments