Thomas Friedrichsmeier schrieb: > On Friday 21 August 2009, Casper van Donderen wrote: > >> In an emerge we can specify the command to do. So in your case: svn co >> <URL>. >> >> The rest should work as normal. >> > > Ok, except we build-depend on R, so I suppose an emerge (including a non- > kdeish ./configure-statement) would need to be written for that as well. If > that's the way you recommend I should proceed, then I'll look into that. > > However, just to make sure, let me try to state the question clearly, first: > I'm developing an application outside of KDEsvn. Said application has build- > and runtime-dependencies not currently used elsewhere in KDE, and unlikely to > be picked up by further KDE applications. The application compiles and runs > on > windows, and in fact it already has a functioning binary installer based on > NSIS. > > I would like to make it easier for end-users to install our binaries. How > could I go about this? It is possible to have multiple versions of kde installations on one pc in different install roots as long as no path is included into the path environment and no KDEDIRS environment variable is predefined, so you may extend your nsis installer to fetch and unpack the related kde libraries online into your installation directory. Or you fetch them on your development pc and build one big nsis installer with all of them. > Could I somehow integrate with (a customized or official > version of) the kde-windows installer? How? > see other message from me.
Regards Ralf _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
