libstand: Consolidate tftp sendrecv into net.c sendrecv
[unleashed.git] / share / locale / tools / README
blob31e8bc69cadf9d271b8193133b1bc615c6ef0ba8
1 # $FreeBSD$
3 To generate the locales:
5 Tools needed: java, perl, devel/p5-Tie-IxHash, converters/p5-Text-Iconv and
6 textproc/p5-XML-Parser
8 fetch cldr data from: http://cldr.unicode.org
9 extract in a directory ~/unicode/cldr/v27.0.1 for example
10 fetch unidata from http://www.unicode.org/Public/zipped/ (latest version)
11 extract in a directory ~/unicode/UNIDATA/8.0.0 for example
13 either modify tools/tools/locales/etc/unicode.conf or export variables:
14 CLDRDIR="~/unicode/cldr/v27.0.1"
15 UNIDATADIR="~/unicode/UNIDATA/8.0.0"
17 run:
18 make POSIX
19 make install