mblaze/INSTALL.md

17 lines
465 B
Markdown
Raw Normal View History

2016-09-05 12:28:00 +00:00
# Compiling and installing mblaze
2016-09-05 12:31:39 +00:00
You must use GNU make to build.
2016-09-05 12:28:00 +00:00
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
2016-09-08 14:13:53 +00:00
- Windows 10 (Version 1151) with Cygwin 2.3.1(0.291/5/3)
2016-09-05 12:28:00 +00:00
On OpenBSD, you must use `make OPENBSD=1` and provide `libiconv`.