Difference between revisions of "Compiz-bcop"
From CBLFS
Jump to navigationJump to searchLine 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | | + | | {{Compiz Fusion-Mirror}}/compiz-bcop-{{Compiz Fusion-Version}}.tar.bz2 |
− | |||
|} | |} | ||
Line 13: | Line 12: | ||
=== Required === | === Required === | ||
− | *[[ | + | * [[LibXSLT]] |
+ | == Non-Multilib == | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/ | + | ./configure --prefix=/usr --sysconfdir=/etc/gnome && |
make | make | ||
Line 31: | Line 31: | ||
Compile the package: | Compile the package: | ||
− | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | |
− | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" | + | ./configure --prefix=/usr --sysconfdir=/etc/gnome && |
− | ./configure --prefix=/ | ||
make | make | ||
Line 39: | Line 38: | ||
make install | make install | ||
− | |||
=== N32 === | === N32 === | ||
Line 49: | Line 47: | ||
Compile the package: | Compile the package: | ||
− | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | |
− | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" | + | ./configure --prefix=/usr --sysconfdir=/etc/gnome \ |
− | ./configure --prefix=/ | + | --libdir=/usr/lib64 && |
make | make | ||
Line 57: | Line 55: | ||
make install | make install | ||
− |
Latest revision as of 11:16, 27 December 2008
Download Source: | http://releases.compiz-fusion.org/0.8.4/compiz-bcop-0.8.4.tar.bz2 |
---|
Contents
Introduction to Compiz-bcop
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 --sysconfdir=/etc/gnome && make
Install the package:
make install
Multilib
32Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --sysconfdir=/etc/gnome && make
Install the package:
make install
N32
TO DO!
64Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --sysconfdir=/etc/gnome \ --libdir=/usr/lib64 && make
Install the package:
make install