kdelibs-&kde-version;
Introduction to kdelibs
This package includes libraries that are central to the
development and execution of a KDE program, as well
as internationalization files for these libraries, misc
HTML documentation, theme modules and regression
tests.
Package information
Download (HTTP):
Download (FTP):
Download size: &kde-libs-size;
Estimated Disk space required: &kde-libs-buildsize;
Estimated build time: &kde-libs-time;
kdelibs dependencies
Required
Recommended
, , , , and
Optional
, and
Installation of kdelibs
Install kdelibs with:
./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking --with-alsa --enable-fast-malloc=full &&
make &&
make install
Command explanations
--prefix=&kde-dir; : This option tells
the process to install the package in &kde-dir;.
--disable-debug : This option causes the
system to be compiled without debugging code.
--disable-dependency-tracking : This option
speeds up one time builds.
--with-alsa : This option tells the build process to
search for and use Alsa for sound support.
--enable-fast-malloc=full : This option tells
KDE programs to use an internal memory allocation scheme
optimized for KDE.
Contents
kdelibs provides numerous libraries needed by
KDE programs.