update for stretch
[hcoop/debian/libapache-mod-waklog.git] / INSTALL
1 Installation Instructions
2
3 (Ideally this would be simplified by using `make dist`, but that currently
4 doesn't work.)
5
6 Type:
7
8 ./regen.sh
9 ./configure --with-afs-libs=/usr/lib/afs --with-afs-headers=/usr/include/afs
10 make
11 cp ./.libs/mod_waklog.so <wherever>
12
13 Debian:
14
15 chmod +x debian/rules
16 fakeroot dpkg-buildpackage
17
18 Release archive:
19
20 git archive -o mod_waklog-$VERSION.tgz --prefix=mod_waklog-$VERSION/ $VERSION
21
22 RPM:
23
24 rpmbuild -ta mod_waklog-$VERSION.tgz