
	$Id: INSTALL 2 2005-02-26 06:58:42Z njacobs $

To build the softare contained in this package you will need recent copies of

	libtool
	automake
	autoconf

Once those are installed you need to do the following:
	1) run "autogen.sh" with appropriate options matching your
	   environment and desired installation location
	2) build the source with "make all"
	3) install the objects with "make install"
	4) make lpd-port suid root if you want to be able to talk
	   to rfc-1179/lpd based print services.

Ex:
	$ sh ./autogen.sh --prefix=/opt/papi --libexecdir=/opt/papi/lib \
	>		--with-apache=/usr/apache

	$ make all

	$ make install

	# chown root ${libexecdir}/lpd-port
	# chmod 4511 ${libexecdir}/lpd-port


Once you have done this you should be able to use the papi-client commands
with URI base print queue names to access print services to verify that things
are working.

	LPD/RFC1179 based print queues
		lpd://server/.../queue

	IPP based print queues
		ipp://server/printers/queue
		ipp://server/ipp.cgi
		etc.
