Exo: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Created page. |
|||
| Line 14: | Line 14: | ||
=== Required === | === Required === | ||
* [[Perl | * [[Perl Module URI::Escape|URI::Escape]] or [[Perl Module URI::file|URI::file]] or [[Perl Module URI::URL|URI::URL]] | ||
* [[glib2]] | * [[glib2]] | ||
* [[Gtk2]] | * [[Gtk2]] | ||
Revision as of 09:24, 15 January 2007
| Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/exo-0.3.107.tar.bz2 |
|---|
Introduction to EXO
An extension library to Xfce, developed by oscillation. While Xfce comes with quite a few libraries that are targeted at desktop development, EXO is targeted at application development.
Package Homepage: http://www.xfce.org
Dependencies
Required
Optional
Configuration Information
| --enable-python: enable Python bindings. |
| --enable-xsltproc: use xsltproc to build documentation. |
| --enable-xml2po: use xml2po to translate documentation. |
| --disable-mcs-plugins: disable checking for MCS manager. |
| --enable-gtk-doc: enable Gtk Doc. |
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} &&
make
Install the package:
make install
Multilib
32Bit
Compile the package:
USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce &&
make
Install the package:
make install
N32
Compile the package:
USE_ARCH=N32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 --sysconfdir=/etc/xfce &&
make
Install the package:
make install
64Bit
Compile the package:
USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --libdir=/${XFCE_PREFIX}/lib64 --sysconfdir=/etc/xfce &&
make
Install the package:
make install
Contents
| Installed Directories: | $XFCE_PREFIX/include/exo-0.3/exo, $XFCE_PREFIX/lib{64}/python2.5/site-packages/exo-0.3/exo, $XFCE_PREFIX/share/pixmaps/exo-0.3, $XFCE_PREFIX/share/pygtk/2.0/defs/exo-0.3 |
|---|---|
| Installed Programs: | exo-csource, exo-desktop-item-edit, exo-open |
| Installed Libraries: | libexo-0.3.{la,so}, exo-preferred-applications-settings.{la,so}, _exo.{la,so} |
Short Descriptions
| exo-csource | |
|---|---|
| exo-desktop-item-edit | |
| exo-open |