blob: debee8ecff60c4313a8181d9361ac1c5c746d1f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
After checkout:
autoreconf --install --force
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man
Compile:
make
Onle once (if you did not have configuration files in /etc; if you have, they
will be overwritten!):
make installconf
|