mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-21546 brs 69, add note about genren process
This commit is contained in:
parent
0ba723ded2
commit
544d097fa3
1 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,14 @@ This is prerequisite for the icu layoutex (Paragraph Layout) project, which is s
|
|||
cd icu4c/source
|
||||
svn export https://github.com/behdad/icu-le-hb/trunk/src layout
|
||||
|
||||
(As an alternative to the above handling of layout engine header files, you can do the following:
|
||||
1. In the Makefile in this directory, temporarily delete $(LEX) from the list of objects for LIBS
|
||||
before running make install-header
|
||||
2. After running make install-header, restore the deleted $(LEX) in the Makefile
|
||||
3. Then when comparing the old urename.h to the newly generated one, copy all of the lines beginning
|
||||
"#define pl_" from the old version to the new one.
|
||||
- Peter E)
|
||||
|
||||
- Regenerate urename.h
|
||||
|
||||
cd icu4c/source/tools/genren
|
||||
|
|
Loading…
Add table
Reference in a new issue