KDE4/KdeAdmin: Difference between revisions

From CBLFS
Jump to navigationJump to search
Webstar (talk | contribs)
New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdeadmin |} == Dependencies == === Required...
 
Webstar (talk | contribs)
Line 9: Line 9:
=== Required ===
=== Required ===


* [[KDE4/kdepimlibs]]
* [[KDE4/KdeBase]]


=== Optional ===
=== Optional ===

Revision as of 08:46, 2 January 2008

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

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