[Bug 60191] New: Warn user if he attempts to run a KDE program without installing it first
Amilcar do Carmo Lucas
a.lucas at tu-bs.de
Sat Jun 21 16:58:07 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=60191
Summary: Warn user if he attempts to run a KDE program without
installing it first
Product: kdevelop
Version: unspecified
Platform: unspecified
OS/Version: Linux
Status: NEW
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: a.lucas at tu-bs.de
Version: (using KDE KDE 3.1)
Compiler: gcc 2.95.3
OS: Linux
When the user develops a KDE application, the application needs to be installed before it can be run. Warn the user about it.
This is already implemented for the dependencies:
Makefile.cvs -> configure
configure -> make
make -> run
But for KDE application the dependencies:
make -> make install
make install -> run
are missing.
More information about the KDevelop-devel
mailing list