Difference between revisions of "XFWM4"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
|||
Line 41: | Line 41: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=$XFCE_PREFIX | + | ./configure --prefix=$XFCE_PREFIX && |
make | make | ||
Line 54: | Line 54: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | + | CC="gcc ${BUILD32}" USE_ARCH=32 \ |
− | ./configure --prefix=$XFCE_PREFIX | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ |
+ | ./configure --prefix=$XFCE_PREFIX && | ||
make | make | ||
Line 66: | Line 67: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | + | CC="gcc ${BUILDN32}" USE_ARCH=n32 \ |
− | ./configure --prefix=$XFCE_PREFIX --libdir=$XFCE_PREFIX | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ |
− | + | ./configure --prefix=$XFCE_PREFIX \ | |
+ | --libdir=$XFCE_PREFIX/lib32 && | ||
make | make | ||
Line 79: | Line 81: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | + | CC="gcc ${BUILD64}" USE_ARCH=32 \ |
− | ./configure --prefix=$XFCE_PREFIX | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
− | + | ./configure --prefix=$XFCE_PREFIX \ | |
+ | --libdir=$XFCE_PREFIX/lib64 && | ||
make | make | ||
Revision as of 12:52, 11 January 2007
Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/xfwm4-4.6.2.tar.bz2 |
---|
Contents
Introduction to XFWM4
This is the window manager for Xfce 4.
Package Homepage: http://www.xfce.org
Dependencies
Required
Optional
Configuration Information
Some X Window System options that can be passed to the configure script. To explicitly prohibit their use, pass them as --disable- options.
--enable-randr: try to use the XRANDR extension. |
--enable-render: try to use the render extension. |
--enable-xsync: try to use the XSync extenstion. |
--enable-compositor: enable the compositor. |
Non-Multilib
Compile the package:
./configure --prefix=$XFCE_PREFIX && 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=$XFCE_PREFIX && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=$XFCE_PREFIX \ --libdir=$XFCE_PREFIX/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=32 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=$XFCE_PREFIX \ --libdir=$XFCE_PREFIX/lib64 && make
Install the package:
make install
Configuring
The compositor extensions are included in the X.org X Server. To enable compositing, edit /etc/X11/xorg.conf, adding the following. You will have to restart the X Server for this change to take effect.
Section "Extensions" Option "Composite" "Enable" EndSection
If you are using the nVidia closed-cource driver, you may add the following to the "Device" section in /etc/X11/xorg.conf to enable the XRender in hardware.
Option "RenderAccel" "true"
Contents
Installed Directories: | |
---|---|
Installed Programs: | |
Installed Libraries: |