9
9
10
10
Boost library build scripts for Android, prebuilt binaries are [ here] ( https://github.com/System233/boost-android-prebuilt/releases ) .
11
11
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 )
17
17
18
18
## Usage
19
19
@@ -23,7 +23,7 @@ build.sh [armeabi-v7a|arm64-v8a|x86|x86_64] [API-Level] [boost-version-tag] [icu
23
23
```
24
24
25
25
## Version Tag
26
- [ boost-version-tag list] ( https://github.com/boostorg/boost/tags )
26
+ [ boost-version-tag list] ( https://github.com/boostorg/boost/tags )
27
27
[ icu-version-tag list] ( https://github.com/unicode-org/icu/tags )
28
28
29
29
## Example
@@ -33,9 +33,9 @@ git clone https://github.com/System233/boost-android-prebuilt.git
33
33
cd boost-android-prebuilt
34
34
./build.sh arm64-v8a 31
35
35
```
36
- The build output will be placed in the dist directory.
36
+ The build output will be placed in the ` dist ` directory.
37
37
38
38
## Note
39
39
On Windows platforms, you need [ MSYS2] ( https://www.msys2.org/ ) to execute the build scripts.
40
40
41
- Please enjoy it😝.
41
+ Please enjoy it😝.
0 commit comments