GAIL: Difference between revisions
Weibullguy (talk | contribs) Added contents. |
Jjdicharry (talk | contribs) No edit summary |
||
| (8 intermediate revisions by 4 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://ftp.gnome.org/pub/GNOME/sources/gail/ | | http://ftp.gnome.org/pub/GNOME/sources/gail/{{GAIL-Version2}}/gail-{{GAIL-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
{{Blank-Package-Introduction}} | |||
== Dependencies == | == Dependencies == | ||
=== Required === | === Required === | ||
* [[ | * [[ATK]] | ||
* [[Gtk2]] | |||
=== Optional === | === Optional === | ||
* [[Gtk-Doc]] | * [[Gtk-Doc]] | ||
| Line 25: | Line 29: | ||
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 | [[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 \ | ||
| Line 44: | Line 48: | ||
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 | [[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 \ | ||
| Line 61: | Line 65: | ||
make install | make install | ||
[[Gtk2]] will look for [[GAIL]] modules in /usr/lib32 even if $GNOME_PREFIX is '''not''' /usr. If $GNOME_PREFIX is anything other | [[Gtk2]] will look for [[GAIL]] modules in /usr/lib32 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}/lib32/gtk-2.0/modules \ | ln -v -s ${GNOME_PREFIX}/lib32/gtk-2.0/modules \ | ||
| Line 78: | Line 82: | ||
make install | make install | ||
[[Gtk2]] will look for [[GAIL]] modules in /usr/lib64 even if $GNOME_PREFIX is '''not''' /usr. If $GNOME_PREFIX is anything other | [[Gtk2]] will look for [[GAIL]] modules in /usr/lib64 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}/lib64/gtk-2.0/modules \ | ln -v -s ${GNOME_PREFIX}/lib64/gtk-2.0/modules \ | ||
Latest revision as of 17:16, 22 April 2011
| 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 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
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 than /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 than /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