=====================================
= Installation instructions for BPM =
=====================================

Prerequesites:
--------------
 o GTK+ 2.0	(FreeBSD: x11-toolkits/gtk20)
 o gettext	(FreeBSD: devel/gettext)
 o pkg-config	(FreeBSD: devel/pkgconfig)
 o portupgrade	(FreeBSD: sysutils/portupgrade)

Building:
---------

As normal user, type:

% make

In the directory you extracted BPM into (for example, bpm-X.XX/).

Installing:
-----------

As root, type:

# make install

Running:
--------

Run ``bpm'' as a normal user.  Make sure that ${PREFIX}/bin is included
in your $PATH.  To determine the current install prefix, type:

% make -V PREFIX

