Skip to content

Commit 1a7bbe6

Browse files
committed
improve document
1 parent 61e00d6 commit 1a7bbe6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ All of them share the same usage:
8989
- debug: Build library on debug mode. we use `-O0 -g -DDEBUG` flag to build debug library.
9090

9191
- list:
92-
- Use these option to list all the supported libraries and versions.
92+
- Use these option to list all the supported library names and versions.
9393

9494
### Build png on iOS platform
9595
For building libpng fat library with all arch x86_64, i386, armv7, arm64 on release mode:
@@ -135,7 +135,8 @@ named `cpu-features.h` under `{ANDROID_NDK}/platforms/android-21/arch-arm64/usr/
135135
You can add flag "--mode=[debug | release]" for building DEBUG and RELEASE version.
136136

137137
## How to do build clean?
138-
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.
138+
You could simply turn on the flag `cfg_is_cleanup_after_build` to "yes" in `main.ini` file.
139+
After each build, you could also delete the generated folders under `contrib` directory.
139140

140141

141142
## How to upgrade a existing library

0 commit comments

Comments
 (0)