bug-buddy-2.8.0

Introduction to bug-buddy

The bug-buddy package contains a graphical bug reporting tool. This can extract debugging information from a core file or crashed application.

Package information

bug-buddy dependencies

Installation of bug-buddy

Install bug-buddy by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --sysconfdir=/etc/gnome --localstatedir=/var/lib &&
make &&
make install

Command explanations

--sysconfdir=/etc/gnome: This switch puts GConf schema files in /etc/gnome instead of $GNOME_PREFIX/etc.

--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.

Contents

The bug-buddy package contains bug-buddy.

Description

bug-buddy

bug-buddy is a graphical bug reporting system.

Last updated on 2004-11-25 17:47:58 -0700