diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-02-13 18:30:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-02-13 18:30:52 +0000 |
| commit | 378c74faf328dd07970e24ddaa2858531ff6cd08 (patch) | |
| tree | c116ff274e76c285cb3af257a16a3232793e78ac /README | |
| parent | d5228e8957c2b6a9cbb2a73947640ce3c70097e8 (diff) | |
Import tzcode 2024avendor/tzcode/tzcode2024a
Diffstat (limited to 'README')
| -rw-r--r-- | README | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -11,14 +11,17 @@ changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. See <https://www.iana.org/time-zones/repository/tz-link.html> or the -file tz-link.html for how to acquire the code and data. Once acquired, -read the comments in the file 'Makefile' and make any changes needed -to make things right for your system, especially if you are using some -platform other than GNU/Linux. Then run the following commands, -substituting your desired installation directory for "$HOME/tzdir": +file tz-link.html for how to acquire the code and data. - make TOPDIR=$HOME/tzdir install - $HOME/tzdir/usr/bin/zdump -v America/Los_Angeles +Once acquired, read the leading comments in the file "Makefile" +and make any changes needed to make things right for your system, +especially when using a platform other than current GNU/Linux. + +Then run the following commands, substituting your desired +installation directory for "$HOME/tzdir": + + make TOPDIR="$HOME/tzdir" install + "$HOME/tzdir/usr/bin/zdump" -v America/Los_Angeles See the file tz-how-to.html for examples of how to read the data files. |
