diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-09-05 14:28:00 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-09-05 14:28:00 +0200 |
commit | 3b849d906897913fe75a4a5508e55c5a4b8f4efe (patch) | |
tree | 5028d9bfeec84ffbf625f642cafb2c2f47d512dd /INSTALL.md | |
parent | aa572b5c13b6d3ad6ab45eebce99b57c6bf6ce24 (diff) | |
download | mblaze-3b849d906897913fe75a4a5508e55c5a4b8f4efe.tar.gz mblaze-3b849d906897913fe75a4a5508e55c5a4b8f4efe.tar.xz mblaze-3b849d906897913fe75a4a5508e55c5a4b8f4efe.zip |
add INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 13 |
1 files changed, 13 insertions, 0 deletions
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`. |