This package includes programs and 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 (HTTP): http://mirrors.isc.org/pub/kde/stable/3.3.2/src/kdelibs-3.3.2.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/3.3.2/src/kdelibs-3.3.2.tar.bz2
Download MD5 sum: 0473fb4c6c2cd2bc0f267cfa201f3fd8
Download size: 15.6 MB
Estimated disk space required: 280 MB (additional 339 MB for API docs)
Estimated build time: 20.9 SBU (additional 4.97 SBU for API docs)
Install kdelibs with:
patch -Np0 -i ../post-3.3.2-kdelibs-htmlframes2.patch &&
patch -Np0 kio/kio/job.cpp ../post-3.3.2-kdelibs-kio.diff &&
patch -Np0 -i ../post-3.3.2-kdelibs-kioslave.patch &&
./configure --prefix=$KDE_PREFIX --disable-debug \
--disable-dependency-tracking --enable-fast-malloc=full &&
make
If you wish to create the API documentation and you have Doxygen and GraphViz installed, make apidox must be done before make install. This applies to all packages which can utilize Doxygen.
Now, as the root user:
make install
--prefix=$KDE_PREFIX: This option tells the process to install the package in $KDE_PREFIX.
--disable-debug: This option causes the package to be compiled without debugging code.
--disable-dependency-tracking: This option speeds up one time builds.
--enable-fast-malloc=full: This option tells KDE programs to use an internal memory allocation scheme optimized for KDE.
The number of programs and libraries installed by kdelibs prohibits an explanation of each one in this section. Instead, see the KDE Documentation.
Last updated on 2005-02-11 19:55:09 -0700