Difference between revisions of "KDE4/KdeBase"
From CBLFS
Jump to navigationJump to search (New page: REQUIRED xscreensaver D_BUS HAL) |
|||
Line 1: | Line 1: | ||
− | + | {| style="text-align: left; background-color: AliceBlue;" | |
− | + | |-valign="top" | |
− | + | !Download Source: | |
− | HAL | + | | svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdebase |
+ | |} | ||
+ | |||
+ | == Dependencies == | ||
+ | |||
+ | === Required === | ||
+ | |||
+ | * [[KDE4/kdepimlibs]] | ||
+ | * [[XScreenSaver]] | ||
+ | * [[HAL]] | ||
+ | |||
+ | === 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 === |
Revision as of 16:22, 1 January 2008
Download Source: | svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdebase |
---|
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