summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 9838eee89d0fdefd06d957cffd91fe89d902f46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

NULLPOP INSTALL
================

A basic install procedure looks like this.

  # cd nullpop-0.x
  # ./configure
  # make
  # make install

By default nullpop will install to the /usr/local/libexec/ path. You may
want to specify a different prefix with the --prefix argument to ./configure.

Execute the following command for more options:

 ./configure --help