From 3081198cce56ec2c8c37cf084a06e19d9108c66b Mon Sep 17 00:00:00 2001 From: William Storey Date: Tue, 8 Aug 2023 12:58:15 -0700 Subject: [PATCH] Mention POSIX requirement in docs --- README.md | 5 +++++ doc/libmaxminddb.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index d1274a2a..0a4949b9 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,11 @@ Or with [MacPorts](https://ports.macports.org/port/libmaxminddb): $ sudo port install libmaxminddb +# Requirements + +libmaxminddb requires a minimum of POSIX.1-2001 support. If not specified +at compilation time, it defaults to requesting POSIX.1-2008 support. + # Bug Reports Please report bugs by filing an issue with our GitHub issue tracker at diff --git a/doc/libmaxminddb.md b/doc/libmaxminddb.md index 431d8054..23e79840 100644 --- a/doc/libmaxminddb.md +++ b/doc/libmaxminddb.md @@ -851,6 +851,11 @@ int main(int argc, char **argv) } ``` +# REQUIREMENTS + +libmaxminddb requires a minimum of POSIX.1-2001 support. If not specified +at compilation time, it defaults to requesting POSIX.1-2008 support. + # THREAD SAFETY This library is thread safe when compiled and linked with a thread-safe