summaryrefslogtreecommitdiff
path: root/dfasyn/INSTALL
blob: ba1e561bbd02d04356edf8096062f133f9b2ddc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
There is no real configure mechanism (yet).

To build the program

    make

To install the program (perhaps as root)

    make prefix=/usr/local install

or as yourself you might do

    make prefix=$HOME install

or if your distribution puts manpages in /usr/share/man, you might do

    make prefix=/usr/local mandir=/usr/share/man install

# vim:et:sw=4