Summary: | Kdevelop have to include installer | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Charalambos Kanios <kaniosh> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Charalambos Kanios
2003-09-21 17:59:03 UTC
The installer and buildsystem for KDevelop projects is the same as KDE's. Can you suggest a better way? Please bear in mind that KDE has to run on several different platforms, versions and processors. We already do that! Goto: Tools -> Project Distribuition & Publishing It allows you to build a .rpm file from your project. I'm sorry but this is LinuxWorld unlike Microsoft we support many many processors (x86, Alpha, motorola, ...), many optimizations, many compilers (gcc, icc ...) and Desktops (KDE, Gnome, ...) so the most flexible way to support all that is a .tar file with source files. The second best way is rpm. It's not flexible but you can install it with a click of a mouse. :) You're not the first one to complain about this. And I think you'll not be the last... but ... these are currently the only solutions. |