diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2023-12-23 01:34:58 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2023-12-23 01:34:58 +0000 |
| commit | 893fe32cd21ed460558d04ec8d860ad7174e42a1 (patch) | |
| tree | 177e1d9d72c471a744704f82edc739890cd7033a /README | |
| parent | 1bb5a589a9a527291b12fcb2ff5e6b6dda73cad1 (diff) | |
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. |
