Add portability info to README

This commit is contained in:
Alex Kotov 2020-12-07 11:55:10 +05:00
parent e851b5b43a
commit 6396fd052f
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 16 additions and 0 deletions

View File

@ -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
----------