forked from unicode-org/icu-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
25 lines (16 loc) · 1.2 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
// Copyright (c) 2006 IBM and Others. All Rights Reserved
This directory contains updated zoneinfo.txt, binary versions, and a Makefile which will
automatically fetch new tzdata and compile it.
10 second setup for building new versions of the data:
------------------------------------------------------
0. build and install ICU somewhere.
1. create Makefile.local and point it at your ICU source dir. I use "ICU_SRC=/xsrl/W/icu/source".
2. if icu-config isn't on your PATH, you can set ICU_CONFIG in Makefile.local to the address of your installed icu-config
3. put updated updated metaZones.txt, timezoneTyes.txt amd wondowsZones.txt (also files for older ICU version) under supplemental directory
4. now run:
4a. "make TZDBVER=<version> update" to fetch latest tzdata/code specified by <version> (e.g. 2018b) via FTP, and build it
4b. or just "make TZDBVER=<version> update-mirror" to only fetch via FTP
4c. or just "make TZDBVER=<version> update-icu" to only update the icu4c with any tzdata in your mirror directory
5. add files generated under icunew/<version> and supplemental files to svn