Index: README.chromium |
=================================================================== |
--- README.chromium (revision 83674) |
+++ README.chromium (working copy) |
@@ -18,17 +18,18 @@ |
source/layout |
source/layoutex |
-3. Platform header files for Linux and Mac OS X: |
+3. Platform header files for Linux, FreeBSD, and Mac OS X: |
- Apply platform.patch in patches directory. : It applies the upstream |
patch to platform.h.in (see http://bugs.icu-project.org/trac/ticket/8248) |
and change source/common/unicode/ptypes.h to refer to plinux.h and |
pmac.h generated below. |
- - On Linux and Mac OS X, 'runConfigureICU Linux' and 'runConfigureICU MacOSX' |
- are run to generate source/common/unicode/platform.h. |
+ - 'runConfigureICU Linux', 'runConfigureICU FreeBSD', and |
+ 'runConfigureICU MacOSX' are run to generate |
+ source/common/unicode/platform.h. |
- - Rename it to 'plinux.h' and 'pmac.h' on Linux and Mac |
+ - Rename it to 'plinux.h', 'pfreebsd.h', and 'pmac.h' |
- Apply patches/pmach.h.patch on Mac to pmac.h |