Recent

Author Topic: Make target to build Lazarus with existing components installed  (Read 5472 times)

Leledumbo

  • Hero Member
  • *****
  • Posts: 8819
  • Programming + Glam Metal + Tae Kwon Do = Me
I usually do a two phase when updating Lazarus. First is to build using make all from command line, second is by using (resulting) IDE's build Lazarus with "with packages" checked. Is there a target defined to do it in one go? If the IDE could do it, there should be a way to do it from command line.

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
Re: Make target to build Lazarus with existing components installed
« Reply #1 on: August 24, 2009, 12:03:01 pm »
The make with packages is:
Code: [Select]
make idepkgYou still need to do a make all first, to compile the base like lcl, codetools and synedit.

The makefiles don't know how to compile your own packages, so these have to fit the current LCL and compiler.

 

TinyPortal © 2005-2018