From 3b849d906897913fe75a4a5508e55c5a4b8f4efe Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 5 Sep 2016 14:28:00 +0200 Subject: add INSTALL.md --- INSTALL.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 INSTALL.md (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..f012792 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,13 @@ +# Compiling and installing mblaze + +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.7 (glibc 2.24) +- Linux 4.7 (musl 1.1.15) +- Linux 3.2 (glibc 2.13) +- FreeBSD 11.0 +- OpenBSD 5.9 + +On OpenBSD, you must use `make OPENBSD=1` and provide `libiconv`. -- cgit 1.4.1