aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-25 19:45:34 +0100
committerMattias Andrée <m@maandree.se>2025-03-25 19:45:34 +0100
commitc6f42f06871b7489b733f6bef6d667a8b8e5b5b5 (patch)
treea93671f3b39fc8597e14ff3fdc428242e2bfa68d /README
parentFirst commit (diff)
downloadlibgeome-c6f42f06871b7489b733f6bef6d667a8b8e5b5b5.tar.gz
libgeome-c6f42f06871b7489b733f6bef6d667a8b8e5b5b5.tar.bz2
libgeome-c6f42f06871b7489b733f6bef6d667a8b8e5b5b5.tar.xz
readme: list optional dependencies + update todo
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index c94d7fd..d9ece2d 100644
--- a/README
+++ b/README
@@ -91,3 +91,12 @@ DESCRIPTION
version of the structure so that it doesn't write outside it if it is
out of date. There for it is critical that the application doesn't
simply set all but, but instead only recognised ones.
+
+EXTENDED DESCRIPTION
+ Runtime-optional dependencies
+ libgeome_get_from_timezone(3) relies on timezone data compatible with
+ the Time Zone Database from Internet Assigned Numbers Authority, also
+ called tz or zoneinfo (as is used in /usr/share), and often distributed
+ under the name tzdata (the data portion of the project).
+
+ libgeome_netservices(3) relies on curl(1).