Skip to content

Commit f274a98

Browse files
authored
Update README.md [skip ci]
1 parent 16eda68 commit f274a98

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
Boost library build scripts for Android, prebuilt binaries are [here](https://github.com/System233/boost-android-prebuilt/releases).
1111

12-
CXX Standard: `c++20`
13-
Android ABI: `armeabi-v7a`, `arm64-v8a`, `x86`, `x86_64`
14-
Android API Level: `19-34` (no 20, 19 requires NDK <= r25)
15-
Linker: `static`, `shared`
16-
Repository Dependencies: [Boost](https://github.com/boostorg/boost), [ICU](https://github.com/unicode-org/icu)
12+
* CXX Standard: `c++20`
13+
* Android ABI: `armeabi-v7a`, `arm64-v8a`, `x86`, `x86_64`
14+
* Android API Level: `19-34` (no 20, 19 requires NDK <= r25)
15+
* Linker: `static`, `shared`
16+
* Repository Dependencies: [Boost](https://github.com/boostorg/boost), [ICU](https://github.com/unicode-org/icu)
1717

1818
## Usage
1919

@@ -23,7 +23,7 @@ build.sh [armeabi-v7a|arm64-v8a|x86|x86_64] [API-Level] [boost-version-tag] [icu
2323
```
2424

2525
## Version Tag
26-
[boost-version-tag list](https://github.com/boostorg/boost/tags)
26+
[boost-version-tag list](https://github.com/boostorg/boost/tags)
2727
[icu-version-tag list](https://github.com/unicode-org/icu/tags)
2828

2929
## Example
@@ -33,9 +33,9 @@ git clone https://github.com/System233/boost-android-prebuilt.git
3333
cd boost-android-prebuilt
3434
./build.sh arm64-v8a 31
3535
```
36-
The build output will be placed in the dist directory.
36+
The build output will be placed in the `dist` directory.
3737

3838
## Note
3939
On Windows platforms, you need [MSYS2](https://www.msys2.org/) to execute the build scripts.
4040

41-
Please enjoy it😝.
41+
Please enjoy it😝.

0 commit comments

Comments
 (0)