Difference between revisions of "KDE4/KdeBase"

From CBLFS
Jump to navigationJump to search
Line 14: Line 14:
  
 
=== Optional ===
 
=== Optional ===
 +
 +
* [[Xine_Libraries]]
 +
* [[XCB]]
 +
* [[Libxklavier]]
 +
* [[Bluez-libs]]
 +
* [[Lm_sensors]]
 +
* [[Capseo]]
 +
* [[Compiz]]
 +
* [[Libusb]]
  
 
== Configuration Information ==
 
== Configuration Information ==
Line 24: Line 33:
 
  mkdir -vv build &&
 
  mkdir -vv build &&
 
  cd build &&
 
  cd build &&
  cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) &&
+
  cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) \
 +
              -DCONFIG_INSTALL_DIR=/etc/kde4 &&              
 
  make
 
  make
  

Revision as of 01:25, 2 January 2008

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

Dependencies

Required

Optional

Configuration Information

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

32Bit

N32

64Bit