KDE4/Kde-i18n: Difference between revisions

From CBLFS
Jump to navigationJump to search
Mike (talk | contribs)
Mike (talk | contribs)
Line 14: Line 14:
== Non-Multilib ==
== Non-Multilib ==


# I believe you don't need a multilib installation, because this package is only the translation for the hole kde installation.
Note: I believe you don't need a multilib installation, because this package is only the translation for the hole kde installation.


Compile the package:
Compile the package:

Revision as of 07:42, 27 April 2008

Download Source: ftp://ftp.kde.org/pub/kde/stable/4.3.5/src//kde-l10n/kde-l10n-de-4.3.5.tar.bz2

Dependencies

Required

Non-Multilib

Note: I believe you don't need a multilib installation, because this package is only the translation for the hole kde installation.

Compile the package:

mkdir -v build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=${KDEDIR} .. &&
make

Install the package:

make install