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.
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/3.1.4/src/kdelibs-3.1.4.tar.bz2
Download size: 10 MB
Estimated Disk space required: 193 MB
Estimated build time: 35.34 SBU
OpenSSL-0.9.7c, pcre-4.3, libxml2-2.5.11, libxslt-1.0.33, FAM-2.6.10 and libart_lgpl-2.3.11
Install kdelibs with:
./configure --prefix=/opt/kde-3.1.4 --disable-debug \ --disable-dependency-tracking --with-alsa --enable-fast-malloc=full && make && make install |
--prefix=/opt/kde-3.1.4 : This option tells the process to install the package in /opt/kde-3.1.4.
--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.