KDE4/Kde-i18n: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 20: Line 20:
  cmake -DCMAKE_INSTALL_PREFIX=${KDEDIR} .. &&
  cmake -DCMAKE_INSTALL_PREFIX=${KDEDIR} .. &&
  make
  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:
Install the package:


  make install
  make install

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

Install the package:

make install