You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mblaze/INSTALL.md

14 lines
375 B
Markdown

8 years ago
# 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`.