Difference between revisions of "KDE4/KdePimLibs"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdepimlibs |} == Dependencies == === Requir...) |
|||
Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | | + | | http://kde.mirrors.tds.net/pub/kde/stable/4.0.0/src/kdepimlibs-4.0.0.tar.bz2 |
|} | |} | ||
Revision as of 18:37, 22 January 2008
Download Source: | http://kde.mirrors.tds.net/pub/kde/stable/4.0.0/src/kdepimlibs-4.0.0.tar.bz2 |
---|
Contents
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