Kdewebdev-4.6.0

Introduction to Kdewebdev

This package provides tools and editors for web development.

This package is known to build and work properly using an LFS-6.7 platform.

Package Information

Kdewebdev Dependencies

Required

libxml2-2.7.8, libxslt-1.1.26, kde4pimlibs-4.6.0,

Recommended

Optional

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde4webdev

Installation of Kdewebdev

Install Kdewebdev by running the following commands:

mkdir build &&
cd build

Prepare the package for compilation:

cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
    -DKDE_DEFAULT_HOME=.kde4 \
    -DSYSCONF_INSTALL_DIR=/etc/sysconfig \
    .. &&
make

Now, as the root user:

make install

Contents

Installed Programs: kfilereplace, kimagemapeditor, klinkstatus, kommander
Installed Libraries: libklinkstatuscommon.so, libkommandercore.so, libkommanderwidgets.so
Installed Directory:
[Note]

Quanta

If you are missing the web development editor Quanta, it's right, Quanta isn't there in KDE4. Maybe later in future releases, but currently, the Kdevelop with PHP-plugins should be used.

Last updated on 2011-03-09 20:39:52 +0000