Kdewebdev-3.5.6

Introduction to Kdewebdev

Kdewebdev includes KDE based programmers' utilities to generate GUI dialogs, a Web IDE, a stylesheet debugger, and a utility to search and replace strings.

Package Information

Kdewebdev Dependencies

Required

kdebase-3.5.6

Recommended

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

Installation of Kdewebdev

Install kdewebdev with:

./configure --prefix=$KDE_PREFIX --disable-debug \
    --disable-dependency-tracking &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: kxsldbg and quanta
Installed Libraries: kdewebdev specific libraries
Installed Directories: Several subdirectories in $KDE_PREFIX/share

Short Descriptions

kxsldbg

is a GUI front-end to xsldbg, the XSLT debugger.

quanta

is a web development tool that strives to be neutral and transparent to all markup languages, while supporting popular web-based scripting languages, CSS, and other emerging W3C recommendations.

Last updated on 2007-02-14 11:57:11 -0600