Recent

Author Topic: make clean all (ubuntu in terminal)  (Read 5495 times)

guest61674

  • Guest
make clean all (ubuntu in terminal)
« on: February 17, 2018, 12:12:37 pm »
hi

how to compile (svn thunk) Lazarus with components installed?

Using the terminal:

Code: Pascal  [Select][+][-]
  1. make clean all

After running, Lazarus starts only with the standard components.

thanks

Bart

  • Hero Member
  • *****
  • Posts: 5274
    • Bart en Mariska's Webstek
Re: make clean all (ubuntu in terminal)
« Reply #1 on: February 17, 2018, 02:16:58 pm »
Code: [Select]
make clean bigide OPT="-g -gl"

The OPT="-g -gl" builds the IDE with debug info, you can skip that if you want.

Bart

[edit] Fixed typo.
« Last Edit: February 17, 2018, 02:35:34 pm by Bart »

molly

  • Hero Member
  • *****
  • Posts: 2330
Re: make clean all (ubuntu in terminal)
« Reply #2 on: February 17, 2018, 02:29:00 pm »
how to compile (svn thunk) Lazarus with components installed?
afaik that is not possible to do. It is lazarus itself that offers to install certain components (or not). I am not aware there is support in the make system that allows for other components to be installed by default.

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11382
  • FPC developer.
Re: make clean all (ubuntu in terminal)
« Reply #3 on: February 27, 2018, 12:20:44 pm »
If I clean complete, I run distclean, and then make bigide as Bart demonstrates.  (to generate lazbuild)

lazbuild --pcp=c:\repo\lazarus\config --build-ide=

to create a special IDE with the config in c:\repo\lazarus\config

 

TinyPortal © 2005-2018