KDE4/Kde-i18n: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 11: Line 11:
* [[KDE4/KdeLibs]]
* [[KDE4/KdeLibs]]
* [[KDE4/KdeBase]]
* [[KDE4/KdeBase]]
== Non-Multilib ==
Compile the package:
mkdir -v build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=${KDEDIR} .. &&
make
{{Note|If cmake makes a fuss about about needing X11_LIBRARY and XEXT_LIBRARY specified, pass this with the cmake command. -DX11_LIBRARY=$XORG_PREFIX/lib -DXEXT_LIBRARY=$XORG_PREFIX/lib.}}
Install the package:
make install

Revision as of 07:35, 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

Compile the package:

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

Note

{{{1}}}

Install the package:

make install