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
1. Download Android NDK r10c and set the ANDROID_NDK to point to the Android ndk r10c path. Don't forget to `source ~/.bash_profile`.
124
+
125
+
2. Modify the android.ini config file. Change `cfg_default_build_api=21` and `cfg_default_gcc_version=4.9`.
126
+
127
+
3. Pass `--arch=64` to build the libraries with arm64 support.
121
128
122
-
### For Mac
123
-
xxx document will be update later.
124
129
125
-
### For Tizen
126
-
xxx document will be update later.
130
+
For other platforms and other libraries, it is more or less the same way except for some minor changes in `--arch` parameter and `-p` parameter.
127
131
128
-
### For Linux
129
-
xxx After testing these scripts on Linux, document will be update.
130
132
131
133
## How to build a DEBUG and RELEASE version
132
-
xxx we need to improve the script to add debug and release options.
134
+
You can add flag "--mode=[debug | release]" for building DEBUG and RELEASE version.
133
135
134
136
## How to do build clean?
135
137
If you use `./build.sh` to build static libraries, there is no need to do clean. After generating the static library, script will delete the intermediate files.
0 commit comments