Version:
Usage
Install the latest icu package with the following command:
meson wrap install icuOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from icu 78.2-1 can be used by adding the following lines to your meson.build file:
icu_data_dep = dependency('icu-data')
icu_i18n_dep = dependency('icu-i18n')
icu_io_dep = dependency('icu-io')
icu_uc_dep = dependency('icu-uc')
genbrk_prog = find_program('genbrk')
genccode_prog = find_program('genccode')
gencmn_prog = find_program('gencmn')Project Options
Loading patch files...
Patch Files Preview
Loading patch files...