Difference between revisions of "KDE4/KdeLibs"

From CBLFS
Jump to navigationJump to search
(New page: Required Kdesupport)
 
Line 1: Line 1:
Required Kdesupport
+
{| style="text-align: left; background-color: AliceBlue;"
 +
|-valign="top"
 +
!Download Source:
 +
| svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdelibs
 +
|}
 +
 
 +
== Dependencies ==
 +
 
 +
=== Required ===
 +
 
 +
* [[KDE4/Kdesupport]]
 +
 
 +
=== Optional ===
 +
 
 +
* [[Intltool]]
 +
* [[Acl]]
 +
* [[Pcre]]
 +
* [[Gamin]]
 +
* [[ALSA_Library]]
 +
* [[LibXSLT]]
 +
* [[MIT_krb5]]
 +
* [[Shared-MIME-Info]]
 +
* [[Aspell]]
 +
* [[Hspell]]
 +
* [[Enchant]]
 +
* [[Libjpeg]]
 +
* [[GifLib]]
 +
* [[Libpng]]
 +
* [[JasPer]]
 +
* [[OpenEXR]]
 +
* [[Avahi]]
 +
 
 +
== Configuration Information ==
 +
 
 +
 
 +
== Non-Multilib ==
 +
 
 +
Compile the package:
 +
 
 +
mkdir -vv build &&
 +
cd build &&
 +
cmake .. -DCMAKE_INSTALL_PREFIX=${KDE_PREFIX} &&
 +
make
 +
 
 +
Install the package:
 +
 
 +
make install
 +
 
 +
== Multilib ==
 +
 
 +
=== 32Bit ===
 +
 
 +
=== N32 ===
 +
 
 +
=== 64Bit ===

Revision as of 17:06, 1 January 2008

Download Source: svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdelibs

Dependencies

Required

Optional

Configuration Information

Non-Multilib

Compile the package:

mkdir -vv build &&
cd build &&
cmake .. -DCMAKE_INSTALL_PREFIX=${KDE_PREFIX} &&
make

Install the package:

make install

Multilib

32Bit

N32

64Bit