Skip to content

Commit bac6dcb

Browse files
authored
Update README.md
1 parent 713294a commit bac6dcb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Run the script to do the default build:
1818
```
1919
In this case, the script will use the default parameters.
2020
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)
2626
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.
2727
You will get the assembly in the form of this tree:
2828
```
@@ -40,10 +40,10 @@ To do this, you need to run another script:
4040
./lazzy.sh path/to/your/ndk
4141
```
4242
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)
4747
You will get the assembly in the form of this tree:
4848
```
4949
Your output dir

0 commit comments

Comments
 (0)