summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: a6ac570b34083d23925139044d7c7dc6f6a2385a (plain)
1
2
3
4
5
6
7
8
9
10
If this is a git repository checkout:

  $ autoreconf -vis .

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

  $ ./configure --prefix=/what/ever
  $ make
  $ make install