Difference between revisions of "Beagle"

From CBLFS
Jump to navigationJump to search
(Dependencies)
(Optional)
Line 18: Line 18:
 
* [[Thunderbird]]
 
* [[Thunderbird]]
 
* [[Evolution-Sharp]]
 
* [[Evolution-Sharp]]
* [[libnotify]]
 
 
* [[libexif]]
 
* [[libexif]]
 
* [[Gtk-Doc]]
 
* [[Gtk-Doc]]

Revision as of 20:22, 9 February 2007

Download Source: http://ftp.gnome.org/pub/GNOME/sources/beagle/0.2/beagle-0.2.16.tar.bz2

Dependencies

Required

Optional

Configuration Information

If you would like to build the Thunderbird mail backend pass the following to configure:

--enalble-thunderbird

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc/gnome &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --sysconfdir=/etc/gnome &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" USE_ARCH=n32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --sysconfdir=/etc/gnome \
    --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --sysconfdir=/etc/gnome \
    --libdir=/usr/lib64 &&
make

Install the package

make install

Contents

Installed Programs: beagle-config beagle-doc-extractor beagle-extract-content beagle-index-info beagle-info beagle-query beagle-settings beagle-status beagled beagle-exercise-file-system beagle-imlogviewer beagle-index-url beagle-ping beagle-search beagle-shutdown
Installed Libraries: libbeagle.{so,la,a}
Installed Directories: /usr/lib/beagle