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