From 6396fd052fe9d0cdc40adfc3955212a099b88dfc Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 7 Dec 2020 11:55:10 +0500 Subject: [PATCH] Add portability info to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 88423c4..410ea1e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Table of contents * [Table of contents](#table-of-contents) * [API](#api) * [Tips](#tips) +* [Portability](#portability) * [Discussion](#discussion) @@ -132,6 +133,21 @@ Disassembly of section .text: +Portability +----------- + +Except GNU/Linux, the library is periodically successfully built (starting with +`./autogen.sh`) with **autoconf**, **automake**, **binutils** and +**gcc**/**clang** (depending on what is present) on the following operating +systems: + +* FreeBSD 12.2 +* OpenBSD 6.8 +* Minix 3.3.0 +* NetBSD 9.1 + + + Discussion ----------