summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: d01930eb856782da393b7a42ea731a9463cd2f81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
If this is a git repository checkout (as opposed to sources extracted
from a source tarball):

  $ autoreconf -vis .

Regardless of whether this is a git repo checkout or an extracted
source tarball:

  $ ./configure --prefix=/what/ever
  $ make
  $ make check # optional
  $ make install