4 - A C-Compiler such as gcc or clang
5 - GNU Make. This document will assume GNU-Make to be executed via
6 `make'. On BSD systems you probably have to use `gmake' instead.
9 Run the GNU make program `make' or `gmake'.
13 If no error appears, the following binary files will have been
19 The `install' target will install the 2 binaries to /usr/local/bin
21 The Makefile honors the following variables:
23 - DESTDIR: The installation directory root.
24 - PREFIX: The installation prefix, default: /usr/local
25 - BINDIR: Directory for binary executables,
28 To install to /usr/local run:
32 To install to /usr run:
34 make PREFIX=/usr install
36 To install to a package-staging directory such as $pkgdir when
37 writing a build script file:
39 make DESTDIR=$pkgdir install
43 ArchLinux PKGBUILDs (release and git build) can be found in the
44 respective folders in ./distro/arch