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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ Run the script to do the default build:
18
18
```
19
19
In this case, the script will use the default parameters.
20
20
You can change the default options by specifying them on the command line in order:
21
-
-1 - path/to/your/ndk (no def)
22
-
-2 - architecture (def: android-arm) Can be android-arm, android-arm64, android-x86, android-x86 etc
23
-
-3 - ANDROID_API (def: 28)
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)
21
+
-1 - path/to/your/ndk (no def)
22
+
-2 - architecture (def: android-arm) Can be android-arm, android-arm64, android-x86, android-x86 etc
23
+
-3 - ANDROID_API (def: 28)
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
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.
27
27
You will get the assembly in the form of this tree:
28
28
```
@@ -40,10 +40,10 @@ To do this, you need to run another script:
40
40
./lazzy.sh path/to/your/ndk
41
41
```
42
42
The parameters of this script are similar to the parameters of the previous one:
43
-
-1 - path/to/your/ndk (no def)
44
-
-2 - ANDROID_API (def: 28)
45
-
-3 - dir with ready lib and headers (def: SCRIPTPATH/output)
46
-
-4 - OPENSSL_DIR or where you want to place it (def: SCRIPTPATH/openssl)
43
+
-1 - path/to/your/ndk (no def)
44
+
-2 - ANDROID_API (def: 28)
45
+
-3 - dir with ready lib and headers (def: SCRIPTPATH/output)
46
+
-4 - OPENSSL_DIR or where you want to place it (def: SCRIPTPATH/openssl)
47
47
You will get the assembly in the form of this tree:
0 commit comments