]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genren/README
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / tools / genren / README
index 2fcca3393f9faf00828cf867815d45dab9d45cac..f4cc4db01591e5c3c765e3b5066ecb7beddac841 100644 (file)
@@ -9,13 +9,26 @@ It also does not currently work well in an out-of-source situation.
 The following instructions are for Linux version.
 - urename.h file should be generated after implementation is complete for a release.
 - the version number for a release should be set according to the list in source/common/unicode/uvernum.h
 The following instructions are for Linux version.
 - urename.h file should be generated after implementation is complete for a release.
 - the version number for a release should be set according to the list in source/common/unicode/uvernum.h
-- In this [genren] directory, run 
 
 
-    "make install-header"
+Before generating urename.h, the layout engine header files must be installed from the harfbuzz project.
+This is prerequisite for the icu layoutex (Paragraph Layout) project, which is subject to renaming.
+(Using the svn command is the simplest way of getting just the files from one subdirectory of the git project.)
+
+    cd icu4c/source
+    svn export https://github.com/behdad/icu-le-hb/trunk/src layout
+
+- Regenerate urename.h
+
+    cd icu4c/source/tools/genren
+    make install-header
 
 - urename.h will be updated in icu/source/common/unicode/urename.h  **in your original source directory**
 
 - urename.h will be updated in icu/source/common/unicode/urename.h  **in your original source directory**
+- Warnings concerning bad namespace (not 'icu') on UCaseMap can be ignored.
 - Eyeball the new file for errors
 
 - Eyeball the new file for errors
 
+    cd icu4c/source
+    svn diff common/unicode/urename.h
+
 - Other make targets here
 
     clean      - cleans out intermediate files
 - Other make targets here
 
     clean      - cleans out intermediate files