Readme.makefile #1

  • //
  • guest/
  • paul_goffin/
  • apache1.3.6/
  • src/
  • modules/
  • perforce/
  • Readme.makefile
  • View
  • Commits
  • Open Download .zip Download (113 B)
After running configure edit the Makefile
and change:

OBJS=mod_webkeep.o

to:

OBJS=mod_webkeep.o mod_webkeep2.o
# Change User Description Committed
#1 347 paul_goffin Improved building of the webkeeper module.

Unpack the apache source; put the libs
from the Perforce apr tarball into
src/Perforce; put the headers from
the tarball into src/include.

Put the module sources from here into
src/modules/perforce.

Follow the readme's about Configuration.tmpl & Configure
then run "configure" from the apache root.

Then follow the readme about the Makefile.

Then make.