Difference between revisions of "GAIL"

From CBLFS
Jump to navigationJump to search
(Required)
m (Non-Multilib)
Line 28: Line 28:
 
  make install
 
  make install
  
[[Gtk2]] will look for [[GAIL]] modules in /usr/lib even if $GNOME_PREFIX is '''not''' /usr. If $GNOME_PREFIX is anything other then /usr, create a symlink to $GNOME_PREFIX to satisfy this requirement:
+
[[Gtk2]] will look for [[GAIL]] modules in /usr/lib even if $GNOME_PREFIX is '''not''' /usr. If $GNOME_PREFIX is anything other than /usr, create a symlink to $GNOME_PREFIX to satisfy this requirement:
  
 
  ln -v -s ${GNOME_PREFIX}/lib/gtk-2.0/modules \
 
  ln -v -s ${GNOME_PREFIX}/lib/gtk-2.0/modules \

Revision as of 11:04, 23 December 2010

Download Source: http://ftp.gnome.org/pub/GNOME/sources/gail/1.22/gail-1.22.3.tar.bz2

Introduction to GAIL

Project Homepage: Unknown

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} &&
make

Install the package

make install

Gtk2 will look for GAIL modules in /usr/lib even if $GNOME_PREFIX is not /usr. If $GNOME_PREFIX is anything other than /usr, create a symlink to $GNOME_PREFIX to satisfy this requirement:

ln -v -s ${GNOME_PREFIX}/lib/gtk-2.0/modules \
    /usr/lib/gtk-2.0

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${GNOME_PREFIX} &&
make

Install the package

make install

Gtk2 will look for GAIL modules in /usr/lib even if $GNOME_PREFIX is not /usr. If $GNOME_PREFIX is anything other then /usr, create a symlink to $GNOME_PREFIX to satisfy this requirement:

ln -v -s ${GNOME_PREFIX}/lib/gtk-2.0/modules \
    /usr/lib/gtk-2.0

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib32 &&
make

Install the package

make install

Gtk2 will look for GAIL modules in /usr/lib32 even if $GNOME_PREFIX is not /usr. If $GNOME_PREFIX is anything other then /usr, create a symlink to $GNOME_PREFIX to satisfy this requirement:

ln -v -s ${GNOME_PREFIX}/lib32/gtk-2.0/modules \
    /usr/lib32/gtk-2.0

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 &&
make

Install the package

make install

Gtk2 will look for GAIL modules in /usr/lib64 even if $GNOME_PREFIX is not /usr. If $GNOME_PREFIX is anything other then /usr, create a symlink to $GNOME_PREFIX to satisfy this requirement:

ln -v -s ${GNOME_PREFIX}/lib64/gtk-2.0/modules \
    /usr/lib64/gtk-2.0

Contents

  • Installed Libraries: ${GNOME_PREFIX}/lib/libgailutil.{so,la}, ${GNOME_PREFIX}/lib/gtk-2.0/modules/libgail.{so,la}, ${GNOME_PREFIX}/lib/gtk-2.0/modules/libferret.{so,la}
  • Installed Directories: ${GNOME_PREFIX}/include/gail-1.0/libgail-util, ${GNOME_PREFIX}/lib/gtk-2.0/modules, ${GNOME_PREFIX}/share/gtk-doc/html/gail-libgail-util