Difference between revisions of "Bug-buddy"
From CBLFS
Jump to navigationJump to search (→Required) |
|||
Line 15: | Line 15: | ||
* [[GNOME Desktop]] | * [[GNOME Desktop]] | ||
* [[Evolution Data Server]] | * [[Evolution Data Server]] | ||
+ | * [[libelf]] | ||
+ | |||
=== Optional === | === Optional === | ||
* [[intltool]] | * [[intltool]] |
Revision as of 20:35, 19 October 2007
Download Source: | http://ftp.gnome.org/pub/gnome/sources/bug-buddy/2.32/bug-buddy-2.32.0.tar.bz2 |
---|
Contents
Introduction to Bug-buddy
Project Homepage: Unknown
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man && make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man && make
Install the package
make install