KDE4/Kde-i18n: Difference between revisions
From CBLFS
Jump to navigationJump to search
New page: ftp://ftp.kde.org/pub/kde/stable/4.0.3/src/kde-l10n/ |
No edit summary |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{| style="text-align: left; background-color: AliceBlue;" | |||
|-valign="top" | |||
!Download Source: | |||
| {{KDE4-Mirror}}/kde-l10n/kde-l10n-de-{{KDE4-Version}}.tar.bz2 | |||
|} | |||
Note: Replace "de" with your language. For example: kde-l10n-ru-{{KDE4-Version}}.tar.bz2 | |||
== Dependencies == | |||
=== Required === | |||
* [[KDE4/KdeLibs]] | |||
* [[KDE4/KdeBase]] | |||
== Non-Multilib or Multilib == | |||
<b>This package does not provide any libraries so only one installation is required.</b> | |||
Compile the package: | |||
mkdir -v build && | |||
cd build && | |||
cmake -DCMAKE_INSTALL_PREFIX=${KDEDIR} .. && | |||
make | |||
Install the package: | |||
make install | |||
Latest revision as of 09:13, 30 October 2008
| Download Source: | ftp://ftp.kde.org/pub/kde/stable/4.3.5/src//kde-l10n/kde-l10n-de-4.3.5.tar.bz2 |
|---|
Note: Replace "de" with your language. For example: kde-l10n-ru-4.3.5.tar.bz2
Dependencies
Required
Non-Multilib or Multilib
This package does not provide any libraries so only one installation is required.
Compile the package:
mkdir -v build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=${KDEDIR} .. &&
make
Install the package:
make install