Difference between revisions of "Libgalago"
From CBLFS
Jump to navigationJump to searchm |
|||
Line 7: | Line 7: | ||
---- | ---- | ||
− | {{ | + | {{Package-Introduction|Galago is a desktop presence framework, designed to transmit presence information between programs. To put it in simpler terms, it takes information on who is online and their away/idle states from an instant messenger (such as [[gaim]]) or other similar programs and lets other programs (such as Ximian's Evolution) to make use of it.|http://www.galago-project.org/}} |
== Dependencies == | == Dependencies == |
Revision as of 16:36, 21 June 2007
Download Source: | http://www.galago-project.org/files/releases/source/libgalago/libgalago-0.5.2.tar.bz2 |
---|
Contents
Introduction to Libgalago
Galago is a desktop presence framework, designed to transmit presence information between programs. To put it in simpler terms, it takes information on who is online and their away/idle states from an instant messenger (such as gaim) or other similar programs and lets other programs (such as Ximian's Evolution) to make use of it.
Project Homepage: http://www.galago-project.org/
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install
64bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Programs: | None |
---|---|
Installed Libraries: | libgalago.{so,la,a} |
Installed Directories: | None |