KXDocker Core

From CBLFS
Revision as of 13:42, 11 February 2007 by Jciccone (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Download Source: http://www.xiaprojects.com/www/downloads/files/kxdocker/1.0.0/kxdocker-1.1.4a.tar.bz2
Download patches: http://svn.cross-lfs.org/svn/repos/patches/kxdocker/kxdocker-1.1.4a-compiz-1.patch

Introduction to KXDocker Core

This is the core package that contains all the important files required for running KXDocker.

Dependencies

Required

Non-Multilib

Compile the package:

patch -Np1 -i ../kxdocker-1.1.4a-compiz-1.patch &&
./configure --prefix=${KDE_PREFIX} --disable-debug \
    --disable-dependency-tracking &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

patch -Np1 -i ../kxdocker-1.1.4a-compiz-1.patch &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=${KDE_PREFIX} --disable-debug \
    --disable-dependency-tracking &&
make

Install the package:

make install

N32

Compile the package:

patch -Np1 -i ../kxdocker-1.1.4a-compiz-1.patch &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=${KDE_PREFIX} --disable-debug \
    --disable-dependency-tracking --enable-libsuffix=32 &&
make

Install the package:

make install

64Bit

Compile the package:

patch -Np1 -i ../kxdocker-1.1.4a-compiz-1.patch &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=${KDE_PREFIX} --disable-debug \
    --disable-dependency-tracking --enable-libsuffix=64 &&
make

Install the package:

make install

Contents

Installed Programs: kxdocker
Installed Libraries: libkxdocker.la
Installed Directories: ${KDE_PREFIX}/lib/kxdocker