How to build QuickPage
- Make sure you have the
latest version
(currently v3.3).
- Unpack the distribution by typing
zcat qpage-3.3.tar.Z | tar -xvf -
- Edit
config.input to customize QuickPage for
your particular environment. In particular, you
should make sure SNPP_SERVER points to something other than
localhost if you plan on using QuickPage in a network environment.
- Type
./configure to configure QuickPage.
- Type make to build the QuickPage binary, or type
make client for a stripped down client-only version.
Important:
Since make and make client use different compiler
arguments,
you MUST do a make clean before building a different qpage.
That is, if you make the full qpage and then later decide
you want
to make client to build a client-only version (or vice versa),
you must do a make clean first, otherwise the object files
left over from the previous build will not link correctly.
- Install qpage and qpage.man in appropriate directories.
Create a run-time configuration file. See the man page for complete
details on the syntax of this file.
- Edit the appropriate system startup file to start a QuickPage
daemon process when the system boots.
- Send e-mail to
tomiii@qpage.org
telling me how you like QuickPage!