Compiling Software for an Encap Package

In order to create an Encap package of a given piece of software, you must build the software so that it installs itself in its own Package Directory. For packages which use GNU autoconf, something like this usually works:
	./configure --prefix=/usr/local/encap/pkgspec
For software which doesn't use autoconf, you will need to edit the Makefile by hand.


Mark D. Roth <roth@uiuc.edu>