Difference between revisions of "KDE4/KdePim"

From CBLFS
Jump to navigationJump to search
(Dependencies)
Line 10: Line 10:
  
 
* [[KDE4/KdeBase]]
 
* [[KDE4/KdeBase]]
 +
* [[Boost]]
  
 
=== Optional ===
 
=== Optional ===
 +
* [[GPGME]]
 +
* [[Libassuan]]
 +
* [[Opensync]]
 +
* [[Gnokii]]
  
 
== Configuration Information ==
 
== Configuration Information ==

Revision as of 07:21, 3 November 2008

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

Dependencies

Required

Optional

Configuration Information

Non-Multilib

Compile the package:

mkdir -vv build &&
cd build &&
cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) &&                
make

Install the package:

make install

Multilib

32Bit

N32

64Bit