Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 810 Bytes

updating-libraries.md

File metadata and controls

21 lines (11 loc) · 810 Bytes

Updating harfbuzz

  • Get the latest release source code from: https://github.com/behdad/harfbuzz

  • Remove the tests folder (it contains a large amount of font data that isn't useful for this repo).

  • Update the Harfbuzz section of CMakeLists.txt for any new or moved source files. Also check the Harfbuzz CMakeLists.txt for new compile definitions and flags.

Updating ICU

Updating Freetype