You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
713 B
14 lines
713 B
|
|
#########################################################################
|
|
## Make harfbuzz project steps
|
|
#########################################################################
|
|
1. Change directory to harfbuzz directory of project("vendor/open_source/harfbuzz/")
|
|
|
|
2. Uncompress harfbuzz tar file(harfbuzz-2.8.1.tar.gz) to harfbuzz directory of project
|
|
|
|
3. Patch harfbuzz modification(harfbuzz_patch) to harfbuzz release source:
|
|
I. Copy the file of harfbuzz_patch/* to overwrite harfbuzz release source file
|
|
II. Makesure the harfbuzz directory of project("vendor/open_source/harfbuzz/") is the root directory of harfbuzz code
|
|
|
|
Please reference to: project/vendor/open_source/harfbuzz/harfbuzz_patch.sh
|