Difference between revisions of "Compiz"

From CBLFS
Jump to navigationJump to search
Line 31: Line 31:
 
Compile the package:
 
Compile the package:
  
 +
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
 +
./configure --prefix=/opt/fusion
 
  make
 
  make
  
Line 39: Line 42:
 
=== N32 ===
 
=== N32 ===
  
Compile the package:
+
  TO DO!
 
 
 
 
  make
 
 
 
Install the package:
 
 
 
make install
 
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 52: Line 48:
 
Compile the package:
 
Compile the package:
  
 
+
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
 +
./configure --prefix=/opt/fusion  --libdir=/opt/fusion/lib64
 
  make
 
  make
  

Revision as of 07:06, 22 June 2008

Download Source: http://releases.compiz-fusion.org/0.7.6/compiz/compiz-0.7.6.tar.bz2

Introduction to Compiz

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

Compile the package:

./configure --prefix=/opt/fusion 
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=/opt/fusion
make

Install the package:

make install

N32

TO DO!

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=/opt/fusion  --libdir=/opt/fusion/lib64
make

Install the package:

make install