Skip to content

Commit 0e92eac

Browse files
committed
update readme
1 parent 1212fa0 commit 0e92eac

File tree

1 file changed

+35
-7
lines changed

1 file changed

+35
-7
lines changed

README.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,38 @@
77
### Build target library list:
88
> | id | name | version | dependent libraries | note |
99
> | :- | :--- | :------ | :------------------ | :--- |
10-
> | 1 | openssl | 1.1.1d | no | Configure is perl script |
11-
> | 2 | nghttp2 | 1.40.0 | no | no |
12-
> | 3 | curl | 7.68.0 | openssl,nghttp2 | no |
13-
> | 4 | protobuf | 3.11.4 | no | no |
10+
> | 1 | openssl | 1.1.1d | - | Configure is perl script |
11+
> | 2 | nghttp2 | 1.40.0 | - | - |
12+
> | 3 | curl | 7.68.0 | openssl,nghttp2 | - |
13+
> | 3 | protobuf | 3.11.4 | - | - |
14+
> #### iOS Platform static library(.a) support list:
15+
> | id | armv7 | armv7s | arm64 | arm64e | x86 | x86-64 | note |
16+
> | :- | :---- | :----- | :---- | :----- | :-- | :----- | :--- |
17+
> | 1 | yes | no | yes | yes | no | yes | - |
18+
> | 2 | yes | no | yes | yes | no | yes | - |
19+
> | 3 | yes | no | yes | yes | no | yes | - |
20+
> | 4 | yes | no | yes | yes | no | yes | - |
21+
> #### iOS Platform dynamic library(.dylib) support list:
22+
> `TODO: `
23+
> #### iOS Platform static framework(.framework) support list:
24+
> `TODO: `
25+
> #### iOS Platform dynamic framework(.framework) support list:
26+
> `TODO: `
27+
> #### Android Platform static library(.a) support list:
28+
> | id | armeabi-v7a | arm64-v8a | x86 | x86-64 | note |
29+
> | :- | :---------- | :-------- | :-- | :----- | :--- |
30+
> | 1 | yes | yes | yes | yes | - |
31+
> | 2 | yes | yes | yes | yes | - |
32+
> | 3 | yes | yes | yes | yes | - |
33+
> | 4 | yes | yes | yes | yes | - |
34+
> #### Android Platform dynamic library(.so) support list:
35+
> | id | armeabi-v7a | arm64-v8a | x86 | x86-64 | note |
36+
> | :- | :---------- | :-------- | :-- | :----- | :--- |
37+
> | 1 | yes | yes | yes | yes | - |
38+
> | 2 | yes | yes | yes | yes | - |
39+
> | 3 | yes | no | yes | yes | - |
40+
> | 4 | no | no | no | yes | - |
41+
> #### Android Platform support lists:
1442
### Extended instructions
1543
> #### Use the entry script to build the target library.
1644
> #### ios.sh is the ios platform entry script.
@@ -57,7 +85,7 @@
5785
> #### bash shell script
5886
### Build platform:
5987
> #### MaoOS
60-
> #### Linux: **`TODO`**
88+
> #### Linux: **`TODO: `**
6189
### Target platform:
6290
> #### iOS
6391
> #### Android
@@ -71,8 +99,8 @@
7199
> * Dependent detection:
72100
> + Build target library dependency detection:
73101
> - manual build
74-
> - auto build all dependency target library: **`TODO`**
75-
> * To reconstruct the configure: **`TODO`**
102+
> - auto build all dependency target library: **`TODO: `**
103+
> * To reconstruct the configure: **`TODO: `**
76104
### Project structure:
77105
> * Input:
78106
> + Source directory:

0 commit comments

Comments
 (0)