
Installation for Altoids
------------------------

o NOTE - This package uses GNU autoconf "configure" script rather than
  the usual "Makefile.PL".  I intend to change this, however I am having
  difficulty finding a reasonable method to substitute the path (e.g.
  "$PREFIX/lib/oids") to the ".oid" files into the "altwalk" and "altget"
  scripts supplied here-in.  I gather I want to distribute them as
  "altwalk.PL" and "altget.PL" but where do I go from there?  Ideas?
  please let me know.

o Configure and install
  ---------------------

	$ ./configure --help # note --with-... options

	For a system-wide install (requires root privilege):

		$ ./configure
		$ make
		# make install

	Or, for a personal install in $HOME (no root privilege):

		$ ./configure --prefix=`echo ~` --with-oids=`echo ~/oids` --with-perllib=`echo ~/perl`
		$ make
		$ make install

o Test
  ----

	$ perl -e 'use Altoids'

	$ altwalk localhost public system

	$ altget localhost public sysDescr.0

--
$Id: INSTALL,v 1.3 1999/01/27 21:26:23 dplonka Exp $
Dave Plonka  <plonka@doit.wisc.edu>
