about summary refs log tree commit diff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-06-24 16:26:16 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-06-24 16:26:16 +0200
commit27e2167cf2dbf7e6971b1ef5168b0f47322aeed3 (patch)
tree4cd3ea13ada1d6a6db7b2eca8cb0c17b5c3af4d5 /INSTALL.md
parent54547f5fe310158e3b31a110bbd08be292bbab11 (diff)
downloadmblaze-27e2167cf2dbf7e6971b1ef5168b0f47322aeed3.tar.gz
mblaze-27e2167cf2dbf7e6971b1ef5168b0f47322aeed3.tar.xz
mblaze-27e2167cf2dbf7e6971b1ef5168b0f47322aeed3.zip
INSTALL.md: update
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b01fef0..e8af31e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -6,11 +6,11 @@ Use `make all` to build, `make install` to install relative to `PREFIX`
 (`/usr/local` by default).  The `DESTDIR` convention is respected.
 
 `mblaze` has been tested on
+- Linux 4.11 (glibc 2.25)
 - Linux 4.7 (glibc 2.24)
 - Linux 4.7 (musl 1.1.15)
 - Linux 3.2 (glibc 2.13)
 - FreeBSD 11.0
 - OpenBSD 5.9
+- OpenBSD 6.1
 - Windows 10 (Version 1151) with Cygwin 2.3.1(0.291/5/3)
-
-On OpenBSD, you must use `make OPENBSD=1` and provide `libiconv`.