Difference between revisions of "Compiz"
From CBLFS
Jump to navigationJump to search (→Required) |
|||
(10 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | | + | | {{Compiz Fusion-Mirror}}/{{Compiz Fusion-Version}}/compiz-{{Compiz Fusion-Version}}.tar.bz2 |
− | |||
|} | |} | ||
Line 13: | Line 12: | ||
=== Required === | === Required === | ||
− | *[[Startup-notification]] | + | * [[X Window System]] |
− | *[[GConf]] | + | * [[Startup-notification]] |
+ | * [[LibXSLT]] | ||
+ | * [[Intltool]] | ||
+ | |||
+ | === Optional === | ||
+ | * [[Glib2]] | ||
+ | * [[GConf]] | ||
+ | * [[D-BUS Core]] | ||
+ | * [[FUSE]] | ||
+ | * [[librsvg]] | ||
+ | * [[Gtk2]], [[libwnck]], [[Pango]], and [[Cairo]] | ||
+ | * [[Metacity]] (For theme support) | ||
+ | * [[Control Center]] | ||
+ | * [[KdeLibs]] | ||
+ | * [[KDE4/KdeLibs]] | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/ | + | ./configure --prefix=/usr --sysconfdir=/etc/gnome && |
make | make | ||
Line 31: | Line 44: | ||
Compile the package: | Compile the package: | ||
+ | CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ | ||
+ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ | ||
+ | ./configure --prefix=/usr --sysconfdir=/etc/gnome && | ||
make | make | ||
Line 39: | Line 55: | ||
=== N32 === | === N32 === | ||
− | + | TO DO! | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== 64Bit === | === 64Bit === | ||
Line 52: | Line 61: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | |
+ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | ||
+ | ./configure --prefix=/usr --libdir=/usr/lib64\ | ||
+ | --sysconfdir=/etc/gnome && | ||
make | make | ||
Latest revision as of 03:20, 19 January 2011
Download Source: | http://releases.compiz-fusion.org/0.8.4/0.8.4/compiz-0.8.4.tar.bz2 |
---|
Contents
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
Optional
- Glib2
- GConf
- D-BUS Core
- FUSE
- librsvg
- Gtk2, libwnck, Pango, and Cairo
- Metacity (For theme support)
- Control Center
- KdeLibs
- KDE4/KdeLibs
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc/gnome && 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=/usr --sysconfdir=/etc/gnome && 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=/usr --libdir=/usr/lib64\ --sysconfdir=/etc/gnome && make
Install the package:
make install