On Thu, 18 Jan 2007 18:35:46 +0100
Burkhard Carstens <[EMAIL PROTECTED]> wrote:

> I'd like to build a lazarus rpm containing all the components, I need 
> (BigIDE + indy, glscene).
> 
> Before diving into the rpm building trouble, I first try to figure
> out, how I could install a package into lazarus without using the ide.
> 
> With lazbuild, I can compile the package, which is fine. But how can
> I recompile lazarus to include the package? 
> Do I have to deal with idemake.cfg and staticpackages.inc manually?
> 
> For my special needs, I could of course create the correct files and
> do a "make ide -w OPT=@/etc/lazarus/idemake.cfg" but a commandline
> tool (or switch for lazbuild), that enables
> installation/uninstallation of packages would be really helpfull. So
> the question: Is there allready some (hidden) feature to do this?

No, there is none yet.
You have to fiddle with idemake.cfg and staticpackages.inc (easy for
one package, but not flexible) or extend lazbuild (difficult, but
flexible).

Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to