farbot depends on the following components:
FreeBSD is
required to actually build installations. This build system must
have full sources installed in /usr/src
, and
a completed buildworld must have been run prior to building
installations with farbot.
farbot uses the standard Python distutils. To install, simply
run setup.py
:
./setup.py install
The farbot library will be installed in the Python site-packages
directory. The farbot
command line tool will be
installed in the Python-specified bin directory. An example
configuration file, farbot.conf
, is supplied with
the source distribution.