KDE4/KdeLibs: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
New page: Required Kdesupport
 
Webstar (talk | contribs)
No edit summary
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 00:06, 2 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