Compizconfig-backend-gconf

From CBLFS
Revision as of 12:06, 27 December 2008 by Jciccone (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | {{Compiz Fusion-Mirror}}/compizconfig-backend-gconf-{{Compiz Fusion-Version}}.tar.bz2 |} ---- {{Package-I...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://releases.compiz-fusion.org/0.8.4/compizconfig-backend-gconf-0.8.4.tar.bz2

Introduction to Compizconfig-backend-gconf

Compiz Fusion, the reunification of Compiz and the Beryl fork, is a set of plugins and add-ons for Compiz, an OpenGL window and compositing manager.

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
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 &&
make

Install the package:

make install

N32

TO DO!

64Bit

Compile the package:

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

Install the package:

make install